#933F17

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

Shades of Saddle Brown #933F17

Tints of Saddle Brown #933F17

Color information

#933F17 (or 0x933F17) is unknown color: approx Saddle Brown. HEX triplet: 93, 3F and 17. RGB value is (147,63,23). Sum of RGB (Red+Green+Blue) = 147+63+23=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #933F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933F17 is #6CC0E8. Grayscale: #535353. Windows color (decimal): -7127273 or 1523603. OLE color: 1523603.

HSL color Cylindrical-coordinate representation of color #933F17: hue angle of 19.35º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #933F17 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1476323-
CMYK00.570.840.42
HSL19.35º72.94%33.33%-
HSV(B)19.35º84.35%57.65%-
XYZ13.969.821.97-
YUV83.5693.83173.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.09%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 23 (9.38% from 255) = 9.87%
R=63.09%
G=27.04%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147632300.570.840.4219.3572.9433.33
Hex933F17039542A134921
Octal2237727071124522311141
Binary100100111111111011101110011010100101010100111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933F17; }

 p { color: rgb(147,63,23); }

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

<style>
 a { background-color: #933F17; }

 a { background-color: rgb(147,63,23); }

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

<style>
 span { border-color: #933F17; }

 span { border-color: rgb(147,63,23); }

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