#8F3B02

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

Shades of Saddle Brown #8F3B02

Tints of Saddle Brown #8F3B02

Color information

#8F3B02 (or 0x8F3B02) is unknown color: approx Saddle Brown. HEX triplet: 8F, 3B and 02. RGB value is (143,59,2). Sum of RGB (Red+Green+Blue) = 143+59+2=204 (27% of max value = 765). Red value is 143 (56.25% from 255 or 70.10% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3B02 is #70C4FD. Grayscale: #4D4D4D. Windows color (decimal): -7390462 or 146319. OLE color: 146319.

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

Color convert

RGB143592-
CMYK00.590.990.44
HSL24.26º97.24%28.43%-
HSV(B)24.26º98.6%56.08%-
XYZ12.98.971.11-
YUV77.6285.33174.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 70.10%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=70.10%
G=28.92%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14359200.590.990.4424.2697.2428.43
Hex8F3B203B632C18611c
Octal217732073143543014134
Binary10001111111011100111011110001110110011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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