#8F500E

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

Shades of Saddle Brown #8F500E

Tints of Saddle Brown #8F500E

Color information

#8F500E (or 0x8F500E) is unknown color: approx Saddle Brown. HEX triplet: 8F, 50 and 0E. RGB value is (143,80,14). Sum of RGB (Red+Green+Blue) = 143+80+14=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F500E is #70AFF1. Grayscale: #5B5B5B. Windows color (decimal): -7385074 or 938127. OLE color: 938127.

HSL color Cylindrical-coordinate representation of color #8F500E: hue angle of 30.7º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F500E is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1438014-
CMYK00.440.900.44
HSL30.7º82.17%30.78%-
HSV(B)30.7º90.21%56.08%-
XYZ14.2811.611.9-
YUV91.3184.37164.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.34%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 14 (5.86% from 255) = 5.91%
R=60.34%
G=33.76%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143801400.440.900.4430.782.1730.78
Hex8F50E02C5A2C1f521f
Octal21712016054132543712237
Binary10001111101000011100101100101101010110011111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,80,14); }

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

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

 a { background-color: rgb(143,80,14); }

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

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

 span { border-color: rgb(143,80,14); }

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