#8B500B

Color #8B500B Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8B500B

Tints of Saddle Brown #8B500B

Color information

#8B500B (or 0x8B500B) is unknown color: approx Saddle Brown. HEX triplet: 8B, 50 and 0B. RGB value is (139,80,11). Sum of RGB (Red+Green+Blue) = 139+80+11=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B500B is #74AFF4. Grayscale: #5A5A5A. Windows color (decimal): -7647221 or 741515. OLE color: 741515.

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

Color convert

RGB1398011-
CMYK00.420.920.45
HSL32.34º85.33%29.41%-
HSV(B)32.34º92.09%54.51%-
XYZ13.5811.251.77-
YUV89.7883.55163.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.43%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 11 (4.69% from 255) = 4.78%
R=60.43%
G=34.78%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139801100.420.920.4532.3485.3329.41
Hex8B50B02A5C2D20551d
Octal21312013052134554012535
Binary100010111010000101101010101011100101101100000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B500B;
 }
 .AnyTagClassName
 {
   color: #8B500B;
 }
</style>
background-color css

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

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

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

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

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

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