#9E4401

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

Shades of Saddle Brown #9E4401

Tints of Saddle Brown #9E4401

Color information

#9E4401 (or 0x9E4401) is unknown color: approx Saddle Brown. HEX triplet: 9E, 44 and 01. RGB value is (158,68,1). Sum of RGB (Red+Green+Blue) = 158+68+1=227 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.60% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4401 is #61BBFE. Grayscale: #575757. Windows color (decimal): -6405119 or 83102. OLE color: 83102.

HSL color Cylindrical-coordinate representation of color #9E4401: hue angle of 25.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E4401 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB158681-
CMYK00.570.990.38
HSL25.61º98.74%31.18%-
HSV(B)25.61º99.37%61.96%-
XYZ16.1711.411.38-
YUV87.2779.32178.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.60%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=69.60%
G=29.96%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15868100.570.990.3825.6198.7431.18
Hex9E44103963261a631f
Octal2361041071143463214337
Binary10011110100010010111001110001110011011010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,1); }

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

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

 a { background-color: rgb(158,68,1); }

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

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

 span { border-color: rgb(158,68,1); }

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