#934816

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

Shades of Saddle Brown #934816

Tints of Saddle Brown #934816

Color information

#934816 (or 0x934816) is unknown color: approx Saddle Brown. HEX triplet: 93, 48 and 16. RGB value is (147,72,22). Sum of RGB (Red+Green+Blue) = 147+72+22=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #934816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934816 is #6CB7E9. Grayscale: #595959. Windows color (decimal): -7124970 or 1460371. OLE color: 1460371.

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

Color convert

RGB1477222-
CMYK00.510.850.42
HSL24º73.96%33.14%-
HSV(B)24º85.03%57.65%-
XYZ14.4910.92.1-
YUV88.7290.35169.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.00%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=61.00%
G=29.88%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147722200.510.850.422473.9633.14
Hex934816033552A184a21
Octal22311026063125523011241
Binary1001001110010001011001100111010101101010110001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934816; }

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

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

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

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

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

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

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

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