Html Css Color HEX #A12912 Brown

📋 copy color: '#A12912'

red 161 ◦ green 41 ◦ blue 18

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

Shades of Brown #A12912

Tints of Brown #A12912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 73.18%
G = 18.64%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A12912 (or 0xA12912) is known color: Brown. HEX triplet: A1, 29 and 12. RGB value is (161,41,18). Sum of RGB (Red+Green+Blue) = 161+41+18=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A12912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12912 is #5ED6ED. Grayscale: #4A4A4A. Windows color (decimal): -6215406 or 1190305. OLE color: 1190305.

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

Color convert

RGB 161 41 18 -
CMYK 0 0.75 0.89 0.37
HSL 9.65º 0.8% 0.35% -
HSV(B) 9.65º 0.89% 0.63% -
XYZ 15.6 9.21 1.53 -
YUV 74.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 161 41 18 0 0.75 0.89 0.37 9.65 0.8 0.35
Hex A1 29 12 0 4B 59 25 A 50 23
Octal 241 51 22 0 113 131 45 12 120 43
Binary 10100001 101001 10010 0 1001011 1011001 100101 1010 1010000 100011

Color Harmonies of #A12912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12912

Black with #A12912

Text Example


Text Example

White with #A12912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12912; }

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

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

background-color css

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

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

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

border-color css

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

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

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