#934918

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

Shades of Saddle Brown #934918

Tints of Saddle Brown #934918

Color information

#934918 (or 0x934918) is unknown color: approx Saddle Brown. HEX triplet: 93, 49 and 18. RGB value is (147,73,24). Sum of RGB (Red+Green+Blue) = 147+73+24=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #934918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934918 is #6CB6E7. Grayscale: #595959. Windows color (decimal): -7124712 or 1591699. OLE color: 1591699.

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

Color convert

RGB1477324-
CMYK00.500.840.42
HSL23.9º71.93%33.53%-
HSV(B)23.9º83.67%57.65%-
XYZ14.5811.032.23-
YUV89.5491.02168.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.25%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=60.25%
G=29.92%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147732400.500.840.4223.971.9333.53
Hex934918032542A184822
Octal22311130062124523011042
Binary1001001110010011100001100101010100101010110001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934918; }

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

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

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

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

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

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

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

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