Html Css Color HEX #A52C18 Brown

📋 copy color: '#A52C18'

red 165 ◦ green 44 ◦ blue 24

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

Shades of Brown #A52C18

Tints of Brown #A52C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

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

R = 70.82%
G = 18.88%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A52C18 (or 0xA52C18) is known color: Brown. HEX triplet: A5, 2C and 18. RGB value is (165,44,24). Sum of RGB (Red+Green+Blue) = 165+44+24=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C18 is #5AD3E7. Grayscale: #4E4E4E. Windows color (decimal): -5952488 or 1584293. OLE color: 1584293.

HSL color Cylindrical-coordinate representation of color #A52C18: hue angle of 8.51º 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 #A52C18 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 44 24 -
CMYK 0 0.73 0.85 0.35
HSL 8.51º 0.75% 0.37% -
HSV(B) 8.51º 0.85% 0.65% -
XYZ 16.58 9.87 1.89 -
YUV 77.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 165 44 24 0 0.73 0.85 0.35 8.51 0.75 0.37
Hex A5 2C 18 0 49 55 23 9 4B 25
Octal 245 54 30 0 111 125 43 11 113 45
Binary 10100101 101100 11000 0 1001001 1010101 100011 1001 1001011 100101

Color Harmonies of #A52C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C18

Black with #A52C18

Text Example


Text Example

White with #A52C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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