#9C440E

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

Shades of Saddle Brown #9C440E

Tints of Saddle Brown #9C440E

Color information

#9C440E (or 0x9C440E) is unknown color: approx Saddle Brown. HEX triplet: 9C, 44 and 0E. RGB value is (156,68,14). Sum of RGB (Red+Green+Blue) = 156+68+14=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C440E is #63BBF1. Grayscale: #585858. Windows color (decimal): -6536178 or 935068. OLE color: 935068.

HSL color Cylindrical-coordinate representation of color #9C440E: hue angle of 22.82º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C440E is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB1566814-
CMYK00.560.910.39
HSL22.82º83.53%33.33%-
HSV(B)22.82º91.03%61.18%-
XYZ15.8611.231.75-
YUV88.1686.15176.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.55%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 14 (5.86% from 255) = 5.88%
R=65.55%
G=28.57%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156681400.560.910.3922.8283.5333.33
Hex9C44E0385B27175421
Octal23410416070133472712441
Binary100111001000100111001110001011011100111101111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,68,14); }

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

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

 a { background-color: rgb(156,68,14); }

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

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

 span { border-color: rgb(156,68,14); }

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