#9E3F16

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

Shades of Saddle Brown #9E3F16

Tints of Saddle Brown #9E3F16

Color information

#9E3F16 (or 0x9E3F16) is unknown color: approx Saddle Brown. HEX triplet: 9E, 3F and 16. RGB value is (158,63,22). Sum of RGB (Red+Green+Blue) = 158+63+22=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3F16 is #61C0E9. Grayscale: #565656. Windows color (decimal): -6406378 or 1458078. OLE color: 1458078.

HSL color Cylindrical-coordinate representation of color #9E3F16: hue angle of 18.09º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E3F16 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1586322-
CMYK00.600.860.38
HSL18.09º75.56%35.29%-
HSV(B)18.09º86.08%61.96%-
XYZ16.0210.882.02-
YUV86.7391.47178.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.02%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 22 (8.98% from 255) = 9.05%
R=65.02%
G=25.93%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158632200.600.860.3818.0975.5635.29
Hex9E3F1603C5626124c23
Octal2367726074126462211443
Binary100111101111111011001111001010110100110100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E3F16; }

 p { color: rgb(158,63,22); }

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

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

 a { background-color: rgb(158,63,22); }

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

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

 span { border-color: rgb(158,63,22); }

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