#8F3C01

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

Shades of Saddle Brown #8F3C01

Tints of Saddle Brown #8F3C01

Color information

#8F3C01 (or 0x8F3C01) is unknown color: approx Saddle Brown. HEX triplet: 8F, 3C and 01. RGB value is (143,60,1). Sum of RGB (Red+Green+Blue) = 143+60+1=204 (27% of max value = 765). Red value is 143 (56.25% from 255 or 70.10% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3C01 is #70C3FE. Grayscale: #4E4E4E. Windows color (decimal): -7390207 or 81039. OLE color: 81039.

HSL color Cylindrical-coordinate representation of color #8F3C01: hue angle of 24.93º degrees, saturation: 0.99, 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 #8F3C01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB143601-
CMYK00.580.990.44
HSL24.93º98.61%28.24%-
HSV(B)24.93º99.3%56.08%-
XYZ12.959.071.1-
YUV78.0984.5174.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 70.10%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=70.10%
G=29.41%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14360100.580.990.4424.9398.6128.24
Hex8F3C103A632C19631c
Octal217741072143543114334
Binary1000111111110010111010110001110110011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,60,1); }

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

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

 a { background-color: rgb(143,60,1); }

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

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

 span { border-color: rgb(143,60,1); }

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