Html Css Color HEX #80470C Saddle Brown

📋 copy color: '#80470C'

red 128 ◦ green 71 ◦ blue 12

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

Shades of Saddle Brown #80470C

Tints of Saddle Brown #80470C

RGB

 RED value IS 128 (50.39% from 255) = 60.66%

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 60.66%
G = 33.65%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80470C (or 0x80470C) is known color: Saddle Brown. HEX triplet: 80, 47 and 0C. RGB value is (128,71,12). Sum of RGB (Red+Green+Blue) = 128+71+12=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80470C is #7FB8F3. Grayscale: #515151. Windows color (decimal): -8370420 or 804736. OLE color: 804736.

HSL color Cylindrical-coordinate representation of color #80470C: hue angle of 30.52º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80470C is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 12 -
CMYK 0 0.45 0.91 0.50
HSL 30.52º 0.83% 0.27% -
HSV(B) 30.52º 0.91% 0.5% -
XYZ 11.22 9.12 1.52 -
YUV 81.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 128 71 12 0 0.45 0.91 0.50 30.52 0.83 0.27
Hex 80 47 C 0 2D 5B 32 1F 53 1B
Octal 200 107 14 0 55 133 62 37 123 33
Binary 10000000 1000111 1100 0 101101 1011011 110010 11111 1010011 11011

Color Harmonies of #80470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80470C

Black with #80470C

Text Example


Text Example

White with #80470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80470C; }

 p { color: rgb(128,71,12); }

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

background-color css

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

 a { background-color: rgb(128,71,12); }

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

border-color css

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

 span { border-color: rgb(128,71,12); }

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