#934616

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

Shades of Saddle Brown #934616

Tints of Saddle Brown #934616

Color information

#934616 (or 0x934616) is unknown color: approx Saddle Brown. HEX triplet: 93, 46 and 16. RGB value is (147,70,22). Sum of RGB (Red+Green+Blue) = 147+70+22=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #934616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934616 is #6CB9E9. Grayscale: #575757. Windows color (decimal): -7125482 or 1459859. OLE color: 1459859.

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

Color convert

RGB1477022-
CMYK00.520.850.42
HSL23.04º73.96%33.14%-
HSV(B)23.04º85.03%57.65%-
XYZ14.3710.642.06-
YUV87.5591.01170.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.51%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=61.51%
G=29.29%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147702200.520.850.4223.0473.9633.14
Hex934616034552A174a21
Octal22310626064125522711241
Binary1001001110001101011001101001010101101010101111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934616; }

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

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

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

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

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

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

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

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