Html Css Color HEX #8B5011 Saddle Brown

📋 copy color: '#8B5011'

red 139 ◦ green 80 ◦ blue 17

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

Shades of Saddle Brown #8B5011

Tints of Saddle Brown #8B5011

RGB

 RED value IS 139 (54.69% from 255) = 58.9%

 GREEN value IS 80 (31.64% from 255) = 33.9%

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 58.9%
G = 33.9%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B5011 (or 0x8B5011) is known color: Saddle Brown. HEX triplet: 8B, 50 and 11. RGB value is (139,80,17). Sum of RGB (Red+Green+Blue) = 139+80+17=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5011 is #74AFEE. Grayscale: #5A5A5A. Windows color (decimal): -7647215 or 1134731. OLE color: 1134731.

HSL color Cylindrical-coordinate representation of color #8B5011: hue angle of 30.98º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B5011 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 80 17 -
CMYK 0 0.42 0.88 0.45
HSL 30.98º 0.78% 0.31% -
HSV(B) 30.98º 0.88% 0.55% -
XYZ 13.62 11.27 1.99 -
YUV 90.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 139 80 17 0 0.42 0.88 0.45 30.98 0.78 0.31
Hex 8B 50 11 0 2A 58 2D 1F 4E 1F
Octal 213 120 21 0 52 130 55 37 116 37
Binary 10001011 1010000 10001 0 101010 1011000 101101 11111 1001110 11111

Color Harmonies of #8B5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5011

Black with #8B5011

Text Example


Text Example

White with #8B5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B5011; }

 p { color: rgb(139,80,17); }

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

background-color css

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

 a { background-color: rgb(139,80,17); }

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

border-color css

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

 span { border-color: rgb(139,80,17); }

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