#934016

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

Shades of Saddle Brown #934016

Tints of Saddle Brown #934016

Color information

#934016 (or 0x934016) is unknown color: approx Saddle Brown. HEX triplet: 93, 40 and 16. RGB value is (147,64,22). Sum of RGB (Red+Green+Blue) = 147+64+22=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #934016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934016 is #6CBFE9. Grayscale: #545454. Windows color (decimal): -7127018 or 1458323. OLE color: 1458323.

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

Color convert

RGB1476422-
CMYK00.560.850.42
HSL20.16º73.96%33.14%-
HSV(B)20.16º85.03%57.65%-
XYZ14.019.931.94-
YUV84.0393172.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.09%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=63.09%
G=27.47%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147642200.560.850.4220.1673.9633.14
Hex934016038552A144a21
Octal22310026070125522411241
Binary1001001110000001011001110001010101101010101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934016; }

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

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

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

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

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

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

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

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