Html Css Color HEX #A52B18 Brown

📋 copy color: '#A52B18'

red 165 ◦ green 43 ◦ blue 24

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

Shades of Brown #A52B18

Tints of Brown #A52B18

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.53%

 BLUE value IS 24 (9.77% from 255) = 10.34%

R = 71.12%
G = 18.53%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A52B18 (or 0xA52B18) is known color: Brown. HEX triplet: A5, 2B and 18. RGB value is (165,43,24). Sum of RGB (Red+Green+Blue) = 165+43+24=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52B18 is #5AD4E7. Grayscale: #4D4D4D. Windows color (decimal): -5952744 or 1584037. OLE color: 1584037.

HSL color Cylindrical-coordinate representation of color #A52B18: hue angle of 8.09º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A52B18 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 43 24 -
CMYK 0 0.74 0.85 0.35
HSL 8.09º 0.75% 0.37% -
HSV(B) 8.09º 0.85% 0.65% -
XYZ 16.55 9.79 1.88 -
YUV 77.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 165 43 24 0 0.74 0.85 0.35 8.09 0.75 0.37
Hex A5 2B 18 0 4A 55 23 8 4B 25
Octal 245 53 30 0 112 125 43 10 113 45
Binary 10100101 101011 11000 0 1001010 1010101 100011 1000 1001011 100101

Color Harmonies of #A52B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52B18

Black with #A52B18

Text Example


Text Example

White with #A52B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52B18; }

 p { color: rgb(165,43,24); }

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

background-color css

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

 a { background-color: rgb(165,43,24); }

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

border-color css

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

 span { border-color: rgb(165,43,24); }

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