Html Css Color HEX #A52F18 Brown

📋 copy color: '#A52F18'

red 165 ◦ green 47 ◦ blue 24

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

Shades of Brown #A52F18

Tints of Brown #A52F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.92%

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

R = 69.92%
G = 19.92%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A52F18 (or 0xA52F18) is known color: Brown. HEX triplet: A5, 2F and 18. RGB value is (165,47,24). Sum of RGB (Red+Green+Blue) = 165+47+24=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52F18 is #5AD0E7. Grayscale: #4F4F4F. Windows color (decimal): -5951720 or 1585061. OLE color: 1585061.

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

Color convert

RGB 165 47 24 -
CMYK 0 0.72 0.85 0.35
HSL 9.79º 0.75% 0.37% -
HSV(B) 9.79º 0.85% 0.65% -
XYZ 16.7 10.1 1.93 -
YUV 79.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 165 47 24 0 0.72 0.85 0.35 9.79 0.75 0.37
Hex A5 2F 18 0 48 55 23 A 4B 25
Octal 245 57 30 0 110 125 43 12 113 45
Binary 10100101 101111 11000 0 1001000 1010101 100011 1010 1001011 100101

Color Harmonies of #A52F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52F18

Black with #A52F18

Text Example


Text Example

White with #A52F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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