#934910

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

Shades of Saddle Brown #934910

Tints of Saddle Brown #934910

Color information

#934910 (or 0x934910) is unknown color: approx Saddle Brown. HEX triplet: 93, 49 and 10. RGB value is (147,73,16). Sum of RGB (Red+Green+Blue) = 147+73+16=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #934910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934910 is #6CB6EF. Grayscale: #585858. Windows color (decimal): -7124720 or 1067411. OLE color: 1067411.

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

Color convert

RGB1477316-
CMYK00.500.890.42
HSL26.11º80.37%31.96%-
HSV(B)26.11º89.12%57.65%-
XYZ14.5111.011.85-
YUV88.6387.02169.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.29%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 16 (6.64% from 255) = 6.78%
R=62.29%
G=30.93%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147731600.500.890.4226.1180.3731.96
Hex934910032592A1a5020
Octal22311120062131523212040
Binary1001001110010011000001100101011001101010110101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934910; }

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

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

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

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

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

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

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

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