#8F3200

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

Shades of Saddle Brown #8F3200

Tints of Saddle Brown #8F3200

Color information

#8F3200 (or 0x8F3200) is unknown color: approx Saddle Brown. HEX triplet: 8F, 32 and 00. RGB value is (143,50,0). Sum of RGB (Red+Green+Blue) = 143+50+0=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3200 is #70CDFF. Grayscale: #484848. Windows color (decimal): -7392768 or 12943. OLE color: 12943.

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

Color convert

RGB143500-
CMYK00.6510.44
HSL20.98º100%28.04%-
HSV(B)20.98º100%56.08%-
XYZ12.478.120.91-
YUV72.1187.31178.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 74.09%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.09%
G=25.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14350000.6510.4420.9810028.04
Hex8F320041642C15641c
Octal2176200101144542514434
Binary10001111110010001000001110010010110010101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,50,0); }

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

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

 a { background-color: rgb(143,50,0); }

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

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

 span { border-color: rgb(143,50,0); }

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