#943711

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

Shades of Saddle Brown #943711

Tints of Saddle Brown #943711

Color information

#943711 (or 0x943711) is unknown color: approx Saddle Brown. HEX triplet: 94, 37 and 11. RGB value is (148,55,17). Sum of RGB (Red+Green+Blue) = 148+55+17=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #943711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943711 is #6BC8EE. Grayscale: #4E4E4E. Windows color (decimal): -7063791 or 1128340. OLE color: 1128340.

HSL color Cylindrical-coordinate representation of color #943711: hue angle of 17.4º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #943711 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1485517-
CMYK00.630.890.42
HSL17.4º79.39%32.35%-
HSV(B)17.4º88.51%58.04%-
XYZ13.689.071.56-
YUV78.4793.31177.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 67.27%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=67.27%
G=25%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148551700.630.890.4217.479.3932.35
Hex94371103F592A114f20
Octal2246721077131522111740
Binary100101001101111000101111111011001101010100011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943711; }

 p { color: rgb(148,55,17); }

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

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

 a { background-color: rgb(148,55,17); }

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

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

 span { border-color: rgb(148,55,17); }

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