#935210

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

Shades of Saddle Brown #935210

Tints of Saddle Brown #935210

Color information

#935210 (or 0x935210) is unknown color: approx Saddle Brown. HEX triplet: 93, 52 and 10. RGB value is (147,82,16). Sum of RGB (Red+Green+Blue) = 147+82+16=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #935210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935210 is #6CADEF. Grayscale: #5E5E5E. Windows color (decimal): -7122416 or 1069715. OLE color: 1069715.

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

Color convert

RGB1478216-
CMYK00.440.890.42
HSL30.23º80.37%31.96%-
HSV(B)30.23º89.12%57.65%-
XYZ15.1412.282.06-
YUV93.9184.03165.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=60%
G=33.47%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147821600.440.890.4230.2380.3731.96
Hex93521002C592A1e5020
Octal22312220054131523612040
Binary1001001110100101000001011001011001101010111101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935210; }

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

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

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

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

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

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

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

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