#932F06

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

Shades of Saddle Brown #932F06

Tints of Saddle Brown #932F06

Color information

#932F06 (or 0x932F06) is unknown color: approx Saddle Brown. HEX triplet: 93, 2F and 06. RGB value is (147,47,6). Sum of RGB (Red+Green+Blue) = 147+47+6=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #932F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932F06 is #6CD0F9. Grayscale: #484848. Windows color (decimal): -7131386 or 405395. OLE color: 405395.

HSL color Cylindrical-coordinate representation of color #932F06: hue angle of 17.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #932F06 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB147476-
CMYK00.680.960.42
HSL17.45º92.16%30%-
HSV(B)17.45º95.92%57.65%-
XYZ13.088.251.08-
YUV72.2390.63181.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.5%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 6 (2.73% from 255) = 3%
R=73.5%
G=23.5%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14747600.680.960.4217.4592.1630
Hex932F6044602A115c1e
Octal2235760104140522113436
Binary1001001110111111001000100110000010101010001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932F06; }

 p { color: rgb(147,47,6); }

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

<style>
 a { background-color: #932F06; }

 a { background-color: rgb(147,47,6); }

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

<style>
 span { border-color: #932F06; }

 span { border-color: rgb(147,47,6); }

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