#943917

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

Shades of Saddle Brown #943917

Tints of Saddle Brown #943917

Color information

#943917 (or 0x943917) is unknown color: approx Saddle Brown. HEX triplet: 94, 39 and 17. RGB value is (148,57,23). Sum of RGB (Red+Green+Blue) = 148+57+23=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #943917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943917 is #6BC6E8. Grayscale: #505050. Windows color (decimal): -7063273 or 1522068. OLE color: 1522068.

HSL color Cylindrical-coordinate representation of color #943917: hue angle of 16.32º degrees, saturation: 0.73, 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 #943917 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1485723-
CMYK00.610.840.42
HSL16.32º73.1%33.53%-
HSV(B)16.32º84.46%58.04%-
XYZ13.839.281.87-
YUV80.3395.65176.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.91%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 10.09%
R=64.91%
G=25%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148572300.610.840.4216.3273.133.53
Hex94391703D542A104922
Octal2247127075124522011142
Binary100101001110011011101111011010100101010100001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943917; }

 p { color: rgb(148,57,23); }

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

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

 a { background-color: rgb(148,57,23); }

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

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

 span { border-color: rgb(148,57,23); }

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