#933C10

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

Shades of Saddle Brown #933C10

Tints of Saddle Brown #933C10

Color information

#933C10 (or 0x933C10) is unknown color: approx Saddle Brown. HEX triplet: 93, 3C and 10. RGB value is (147,60,16). Sum of RGB (Red+Green+Blue) = 147+60+16=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #933C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933C10 is #6CC3EF. Grayscale: #515151. Windows color (decimal): -7128048 or 1064083. OLE color: 1064083.

HSL color Cylindrical-coordinate representation of color #933C10: hue angle of 20.15º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #933C10 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1476016-
CMYK00.590.890.42
HSL20.15º80.37%31.96%-
HSV(B)20.15º89.12%57.65%-
XYZ13.749.471.59-
YUV8191.32175.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.92%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=65.92%
G=26.91%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147601600.590.890.4220.1580.3731.96
Hex933C1003B592A145020
Octal2237420073131522412040
Binary100100111111001000001110111011001101010101001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,60,16); }

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

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

 a { background-color: rgb(147,60,16); }

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

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

 span { border-color: rgb(147,60,16); }

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