Html Css Color HEX #A12918 Brown

📋 copy color: '#A12918'

red 161 ◦ green 41 ◦ blue 24

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

Shades of Brown #A12918

Tints of Brown #A12918

RGB

 RED value IS 161 (63.28% from 255) = 71.24%

 GREEN value IS 41 (16.41% from 255) = 18.14%

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

R = 71.24%
G = 18.14%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A12918 (or 0xA12918) is known color: Brown. HEX triplet: A1, 29 and 18. RGB value is (161,41,24). Sum of RGB (Red+Green+Blue) = 161+41+24=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A12918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12918 is #5ED6E7. Grayscale: #4B4B4B. Windows color (decimal): -6215400 or 1583521. OLE color: 1583521.

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

Color convert

RGB 161 41 24 -
CMYK 0 0.75 0.85 0.37
HSL 7.45º 0.74% 0.36% -
HSV(B) 7.45º 0.85% 0.63% -
XYZ 15.66 9.23 1.82 -
YUV 74.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 161 41 24 0 0.75 0.85 0.37 7.45 0.74 0.36
Hex A1 29 18 0 4B 55 25 7 4A 24
Octal 241 51 30 0 113 125 45 7 112 44
Binary 10100001 101001 11000 0 1001011 1010101 100101 111 1001010 100100

Color Harmonies of #A12918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12918

Black with #A12918

Text Example


Text Example

White with #A12918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12918; }

 p { color: rgb(161,41,24); }

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

background-color css

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

 a { background-color: rgb(161,41,24); }

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

border-color css

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

 span { border-color: rgb(161,41,24); }

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