#933D17

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

Shades of Saddle Brown #933D17

Tints of Saddle Brown #933D17

Color information

#933D17 (or 0x933D17) is unknown color: approx Saddle Brown. HEX triplet: 93, 3D and 17. RGB value is (147,61,23). Sum of RGB (Red+Green+Blue) = 147+61+23=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #933D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933D17 is #6CC2E8. Grayscale: #525252. Windows color (decimal): -7127785 or 1523091. OLE color: 1523091.

HSL color Cylindrical-coordinate representation of color #933D17: hue angle of 18.39º 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 #933D17 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1476123-
CMYK00.590.840.42
HSL18.39º72.94%33.33%-
HSV(B)18.39º84.35%57.65%-
XYZ13.869.61.93-
YUV82.3894.49174.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.64%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 23 (9.38% from 255) = 9.96%
R=63.64%
G=26.41%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147612300.590.840.4218.3972.9433.33
Hex933D1703B542A124921
Octal2237527073124522211141
Binary100100111111011011101110111010100101010100101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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