Html Css Color HEX #80470B Saddle Brown

📋 copy color: '#80470B'

red 128 ◦ green 71 ◦ blue 11

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

Shades of Saddle Brown #80470B

Tints of Saddle Brown #80470B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.24%

R = 60.95%
G = 33.81%
B = 5.24%

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

#80470B (or 0x80470B) is known color: Saddle Brown. HEX triplet: 80, 47 and 0B. RGB value is (128,71,11). Sum of RGB (Red+Green+Blue) = 128+71+11=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80470B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80470B is #7FB8F4. Grayscale: #515151. Windows color (decimal): -8370421 or 739200. OLE color: 739200.

HSL color Cylindrical-coordinate representation of color #80470B: hue angle of 30.77º degrees, saturation: 0.84, 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 #80470B is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 71 11 -
CMYK 0 0.45 0.91 0.50
HSL 30.77º 0.84% 0.27% -
HSV(B) 30.77º 0.91% 0.5% -
XYZ 11.22 9.12 1.49 -
YUV 81.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 128 71 11 0 0.45 0.91 0.50 30.77 0.84 0.27
Hex 80 47 B 0 2D 5B 32 1F 54 1B
Octal 200 107 13 0 55 133 62 37 124 33
Binary 10000000 1000111 1011 0 101101 1011011 110010 11111 1010100 11011

Color Harmonies of #80470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80470B

Black with #80470B

Text Example


Text Example

White with #80470B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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