Html Css Color HEX #A12817 Brown

📋 copy color: '#A12817'

red 161 ◦ green 40 ◦ blue 23

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

Shades of Brown #A12817

Tints of Brown #A12817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

 BLUE value IS 23 (9.38% from 255) = 10.27%

R = 71.88%
G = 17.86%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A12817 (or 0xA12817) is known color: Brown. HEX triplet: A1, 28 and 17. RGB value is (161,40,23). Sum of RGB (Red+Green+Blue) = 161+40+23=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A12817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12817 is #5ED7E8. Grayscale: #4A4A4A. Windows color (decimal): -6215657 or 1517729. OLE color: 1517729.

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

Color convert

RGB 161 40 23 -
CMYK 0 0.75 0.86 0.37
HSL 7.39º 0.75% 0.36% -
HSV(B) 7.39º 0.86% 0.63% -
XYZ 15.61 9.16 1.76 -
YUV 74.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 161 40 23 0 0.75 0.86 0.37 7.39 0.75 0.36
Hex A1 28 17 0 4B 56 25 7 4B 24
Octal 241 50 27 0 113 126 45 7 113 44
Binary 10100001 101000 10111 0 1001011 1010110 100101 111 1001011 100100

Color Harmonies of #A12817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12817

Black with #A12817

Text Example


Text Example

White with #A12817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12817; }

 p { color: rgb(161,40,23); }

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

background-color css

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

 a { background-color: rgb(161,40,23); }

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

border-color css

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

 span { border-color: rgb(161,40,23); }

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