Html Css Color HEX #A52D16 Brown

📋 copy color: '#A52D16'

red 165 ◦ green 45 ◦ blue 22

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

Shades of Brown #A52D16

Tints of Brown #A52D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 71.12%
G = 19.4%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A52D16 (or 0xA52D16) is known color: Brown. HEX triplet: A5, 2D and 16. RGB value is (165,45,22). Sum of RGB (Red+Green+Blue) = 165+45+22=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D16 is #5AD2E9. Grayscale: #4E4E4E. Windows color (decimal): -5952234 or 1453477. OLE color: 1453477.

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

Color convert

RGB 165 45 22 -
CMYK 0 0.73 0.87 0.35
HSL 9.65º 0.76% 0.37% -
HSV(B) 9.65º 0.87% 0.65% -
XYZ 16.6 9.93 1.8 -
YUV 78.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 165 45 22 0 0.73 0.87 0.35 9.65 0.76 0.37
Hex A5 2D 16 0 49 57 23 A 4C 25
Octal 245 55 26 0 111 127 43 12 114 45
Binary 10100101 101101 10110 0 1001001 1010111 100011 1010 1001100 100101

Color Harmonies of #A52D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D16

Black with #A52D16

Text Example


Text Example

White with #A52D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D16; }

 p { color: rgb(165,45,22); }

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

background-color css

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

 a { background-color: rgb(165,45,22); }

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

border-color css

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

 span { border-color: rgb(165,45,22); }

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