Html Css Color HEX #A12718 Brown

📋 copy color: '#A12718'

red 161 ◦ green 39 ◦ blue 24

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

Shades of Brown #A12718

Tints of Brown #A12718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

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

R = 71.88%
G = 17.41%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A12718 (or 0xA12718) is known color: Brown. HEX triplet: A1, 27 and 18. RGB value is (161,39,24). Sum of RGB (Red+Green+Blue) = 161+39+24=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A12718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12718 is #5ED8E7. Grayscale: #494949. Windows color (decimal): -6215912 or 1583009. OLE color: 1583009.

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

Color convert

RGB 161 39 24 -
CMYK 0 0.76 0.85 0.37
HSL 6.57º 0.74% 0.36% -
HSV(B) 6.57º 0.85% 0.63% -
XYZ 15.59 9.09 1.8 -
YUV 73.77 99.92 190.22 -
System Red Green Blue C M Y K H S L
Decimal 161 39 24 0 0.76 0.85 0.37 6.57 0.74 0.36
Hex A1 27 18 0 4C 55 25 7 4A 24
Octal 241 47 30 0 114 125 45 7 112 44
Binary 10100001 100111 11000 0 1001100 1010101 100101 111 1001010 100100

Color Harmonies of #A12718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12718

Black with #A12718

Text Example


Text Example

White with #A12718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12718; }

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

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

background-color css

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

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

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

border-color css

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

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

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