#933A10

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

Shades of Saddle Brown #933A10

Tints of Saddle Brown #933A10

Color information

#933A10 (or 0x933A10) is unknown color: approx Saddle Brown. HEX triplet: 93, 3A and 10. RGB value is (147,58,16). Sum of RGB (Red+Green+Blue) = 147+58+16=221 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.52% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 147 - color contains mainly: red. Hex color #933A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933A10 is #6CC5EF. Grayscale: #505050. Windows color (decimal): -7128560 or 1063571. OLE color: 1063571.

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

Color convert

RGB1475816-
CMYK00.610.890.42
HSL19.24º80.37%31.96%-
HSV(B)19.24º89.12%57.65%-
XYZ13.649.271.56-
YUV79.8291.99175.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.52%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=66.52%
G=26.24%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147581600.610.890.4219.2480.3731.96
Hex933A1003D592A135020
Octal2237220075131522312040
Binary100100111110101000001111011011001101010100111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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