#934916

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

Shades of Saddle Brown #934916

Tints of Saddle Brown #934916

Color information

#934916 (or 0x934916) is unknown color: approx Saddle Brown. HEX triplet: 93, 49 and 16. RGB value is (147,73,22). Sum of RGB (Red+Green+Blue) = 147+73+22=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #934916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934916 is #6CB6E9. Grayscale: #595959. Windows color (decimal): -7124714 or 1460627. OLE color: 1460627.

HSL color Cylindrical-coordinate representation of color #934916: hue angle of 24.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #934916 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1477322-
CMYK00.500.850.42
HSL24.48º73.96%33.14%-
HSV(B)24.48º85.03%57.65%-
XYZ14.5611.032.12-
YUV89.3190.02169.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.74%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=60.74%
G=30.17%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147732200.500.850.4224.4873.9633.14
Hex934916032552A184a21
Octal22311126062125523011241
Binary1001001110010011011001100101010101101010110001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934916; }

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

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

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

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

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

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

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

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