#933F10

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

Shades of Saddle Brown #933F10

Tints of Saddle Brown #933F10

Color information

#933F10 (or 0x933F10) is unknown color: approx Saddle Brown. HEX triplet: 93, 3F and 10. RGB value is (147,63,16). Sum of RGB (Red+Green+Blue) = 147+63+16=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #933F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933F10 is #6CC0EF. Grayscale: #535353. Windows color (decimal): -7127280 or 1064851. OLE color: 1064851.

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

Color convert

RGB1476316-
CMYK00.570.890.42
HSL21.53º80.37%31.96%-
HSV(B)21.53º89.12%57.65%-
XYZ13.99.81.65-
YUV82.7690.33173.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.04%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 16 (6.64% from 255) = 7.08%
R=65.04%
G=27.88%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147631600.570.890.4221.5380.3731.96
Hex933F10039592A165020
Octal2237720071131522612040
Binary100100111111111000001110011011001101010101101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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