#8C440F

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

Shades of Saddle Brown #8C440F

Tints of Saddle Brown #8C440F

Color information

#8C440F (or 0x8C440F) is unknown color: approx Saddle Brown. HEX triplet: 8C, 44 and 0F. RGB value is (140,68,15). Sum of RGB (Red+Green+Blue) = 140+68+15=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C440F is #73BBF0. Grayscale: #535353. Windows color (decimal): -7584753 or 1000588. OLE color: 1000588.

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

Color convert

RGB1406815-
CMYK00.510.890.45
HSL25.44º80.65%30.39%-
HSV(B)25.44º89.29%54.9%-
XYZ12.979.741.65-
YUV83.4989.35168.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 15 (6.25% from 255) = 6.73%
R=62.78%
G=30.49%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140681500.510.890.4525.4480.6530.39
Hex8C44F033592D19511e
Octal21410417063131553112136
Binary10001100100010011110110011101100110110111001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,68,15); }

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

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

 a { background-color: rgb(140,68,15); }

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

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

 span { border-color: rgb(140,68,15); }

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