#8B3C0C

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

Shades of Saddle Brown #8B3C0C

Tints of Saddle Brown #8B3C0C

Color information

#8B3C0C (or 0x8B3C0C) is unknown color: approx Saddle Brown. HEX triplet: 8B, 3C and 0C. RGB value is (139,60,12). Sum of RGB (Red+Green+Blue) = 139+60+12=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3C0C is #74C3F3. Grayscale: #4E4E4E. Windows color (decimal): -7652340 or 801931. OLE color: 801931.

HSL color Cylindrical-coordinate representation of color #8B3C0C: hue angle of 22.68º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B3C0C is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1396012-
CMYK00.570.910.45
HSL22.68º84.11%29.61%-
HSV(B)22.68º91.37%54.51%-
XYZ12.338.751.39-
YUV78.1590.67171.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.88%
GREEN value IS 60 (23.83% from 255) = 28.44%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=65.88%
G=28.44%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139601200.570.910.4522.6884.1129.61
Hex8B3CC0395B2D17541e
Octal2137414071133552712436
Binary1000101111110011000111001101101110110110111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,60,12); }

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

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

 a { background-color: rgb(139,60,12); }

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

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

 span { border-color: rgb(139,60,12); }

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