#943E17

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

Shades of Saddle Brown #943E17

Tints of Saddle Brown #943E17

Color information

#943E17 (or 0x943E17) is unknown color: approx Saddle Brown. HEX triplet: 94, 3E and 17. RGB value is (148,62,23). Sum of RGB (Red+Green+Blue) = 148+62+23=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #943E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943E17 is #6BC1E8. Grayscale: #535353. Windows color (decimal): -7061993 or 1523348. OLE color: 1523348.

HSL color Cylindrical-coordinate representation of color #943E17: hue angle of 18.72º 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 #943E17 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1486223-
CMYK00.580.840.42
HSL18.72º73.1%33.53%-
HSV(B)18.72º84.46%58.04%-
XYZ14.099.81.96-
YUV83.2793.99174.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 23 (9.38% from 255) = 9.87%
R=63.52%
G=26.61%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148622300.580.840.4218.7273.133.53
Hex943E1703A542A134922
Octal2247627072124522311142
Binary100101001111101011101110101010100101010100111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943E17; }

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

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

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

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

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

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

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

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