Html Css Color HEX #A53026 Brown

📋 copy color: '#A53026'

red 165 ◦ green 48 ◦ blue 38

#A53026
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #A53026

Tints of Brown #A53026

RGB

 RED value IS 165 (64.84% from 255) = 65.74%

 GREEN value IS 48 (19.14% from 255) = 19.12%

 BLUE value IS 38 (15.23% from 255) = 15.14%

R = 65.74%
G = 19.12%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A53026 (or 0xA53026) is known color: Brown. HEX triplet: A5, 30 and 26. RGB value is (165,48,38). Sum of RGB (Red+Green+Blue) = 165+48+38=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A53026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53026 is #5ACFD9. Grayscale: #525252. Windows color (decimal): -5951450 or 2502821. OLE color: 2502821.

HSL color Cylindrical-coordinate representation of color #A53026: hue angle of 4.72º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A53026 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 48 38 -
CMYK 0 0.71 0.77 0.35
HSL 4.72º 0.63% 0.4% -
HSV(B) 4.72º 0.77% 0.65% -
XYZ 16.92 10.25 2.92 -
YUV 81.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 165 48 38 0 0.71 0.77 0.35 4.72 0.63 0.4
Hex A5 30 26 0 47 4D 23 5 3F 28
Octal 245 60 46 0 107 115 43 5 77 50
Binary 10100101 110000 100110 0 1000111 1001101 100011 101 111111 101000

Color Harmonies of #A53026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53026

Black with #A53026

Text Example


Text Example

White with #A53026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53026; }

 p { color: rgb(165,48,38); }

 H1.HeaderClassName
 {
   color: #A53026;
 }
 .AnyTagClassName
 {
   color: #A53026;
 }
</style>

background-color css

<style>
 a { background-color: #A53026; }

 a { background-color: rgb(165,48,38); }

 div.DivClassName
 {
   background-color: #A53026;
 }
 .BgClassName
 {
   background-color: #A53026;
 }
</style>

border-color css

<style>
 span { border-color: #A53026; }

 span { border-color: rgb(165,48,38); }

 td.TdClassName
 {
   border-color: #A53026;
 }
 .TagClassName
 {
   border-color: #A53026;
 }
</style>