#8F4102

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

Shades of Saddle Brown #8F4102

Tints of Saddle Brown #8F4102

Color information

#8F4102 (or 0x8F4102) is unknown color: approx Saddle Brown. HEX triplet: 8F, 41 and 02. RGB value is (143,65,2). Sum of RGB (Red+Green+Blue) = 143+65+2=210 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.10% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4102 is #70BEFD. Grayscale: #515151. Windows color (decimal): -7388926 or 147855. OLE color: 147855.

HSL color Cylindrical-coordinate representation of color #8F4102: hue angle of 26.81º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F4102 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB143652-
CMYK00.550.990.44
HSL26.81º97.24%28.43%-
HSV(B)26.81º98.6%56.08%-
XYZ13.239.621.22-
YUV81.1483.34172.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 68.10%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=68.10%
G=30.95%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14365200.550.990.4426.8197.2428.43
Hex8F412037632C1b611c
Octal2171012067143543314134
Binary100011111000001100110111110001110110011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,65,2); }

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

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

 a { background-color: rgb(143,65,2); }

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

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

 span { border-color: rgb(143,65,2); }

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