#8B4C10

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

Shades of Saddle Brown #8B4C10

Tints of Saddle Brown #8B4C10

Color information

#8B4C10 (or 0x8B4C10) is unknown color: approx Saddle Brown. HEX triplet: 8B, 4C and 10. RGB value is (139,76,16). Sum of RGB (Red+Green+Blue) = 139+76+16=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4C10 is #74B3EF. Grayscale: #585858. Windows color (decimal): -7648240 or 1068171. OLE color: 1068171.

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

Color convert

RGB1397616-
CMYK00.450.880.45
HSL29.27º79.35%30.39%-
HSV(B)29.27º88.49%54.51%-
XYZ13.3310.71.85-
YUV8887.37164.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.17%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 16 (6.64% from 255) = 6.93%
R=60.17%
G=32.90%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139761600.450.880.4529.2779.3530.39
Hex8B4C1002D582D1d4f1e
Octal21311420055130553511736
Binary100010111001100100000101101101100010110111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,16); }

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

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

 a { background-color: rgb(139,76,16); }

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

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

 span { border-color: rgb(139,76,16); }

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