#8b3e0b

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

Shades of Saddle Brown #8B3E0B

Tints of Saddle Brown #8B3E0B

Color information

#8B3E0B (or 0x8B3E0B) is unknown color: approx Saddle Brown. HEX triplet: 8B, 3E and 0B. RGB value is (139,62,11). Sum of RGB (Red+Green+Blue) = 139+62+11=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3E0B is #74C1F4. Grayscale: #4F4F4F. Windows color (decimal): -7651829 or 736907. OLE color: 736907.

HSL color Cylindrical-coordinate representation of color #8B3E0B: hue angle of 23.91º 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 #8B3E0B is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB1396211-
CMYK00.550.920.45
HSL23.91º85.33%29.41%-
HSV(B)23.91º92.09%54.51%-
XYZ12.438.961.39-
YUV79.2189.51170.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.57%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=65.57%
G=29.25%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139621100.550.920.4523.9185.3329.41
Hex8B3EB0375C2D18551d
Octal2137613067134553012535
Binary1000101111111010110110111101110010110111000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b3e0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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