#933B10

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

Shades of Saddle Brown #933B10

Tints of Saddle Brown #933B10

Color information

#933B10 (or 0x933B10) is unknown color: approx Saddle Brown. HEX triplet: 93, 3B and 10. RGB value is (147,59,16). Sum of RGB (Red+Green+Blue) = 147+59+16=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #933B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933B10 is #6CC4EF. Grayscale: #505050. Windows color (decimal): -7128304 or 1063827. OLE color: 1063827.

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

Color convert

RGB1475916-
CMYK00.600.890.42
HSL19.69º80.37%31.96%-
HSV(B)19.69º89.12%57.65%-
XYZ13.699.371.58-
YUV80.4191.65175.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.22%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 16 (6.64% from 255) = 7.21%
R=66.22%
G=26.58%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147591600.600.890.4219.6980.3731.96
Hex933B1003C592A145020
Octal2237320074131522412040
Binary100100111110111000001111001011001101010101001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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