#9C500E

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

Shades of Saddle Brown #9C500E

Tints of Saddle Brown #9C500E

Color information

#9C500E (or 0x9C500E) is unknown color: approx Saddle Brown. HEX triplet: 9C, 50 and 0E. RGB value is (156,80,14). Sum of RGB (Red+Green+Blue) = 156+80+14=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C500E is #63AFF1. Grayscale: #5F5F5F. Windows color (decimal): -6533106 or 938140. OLE color: 938140.

HSL color Cylindrical-coordinate representation of color #9C500E: hue angle of 27.89º 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 #9C500E is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB1568014-
CMYK00.490.910.39
HSL27.89º83.53%33.33%-
HSV(B)27.89º91.03%61.18%-
XYZ16.6612.842.02-
YUV95.282.18171.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.4%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 14 (5.86% from 255) = 5.6%
R=62.4%
G=32%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156801400.490.910.3927.8983.5333.33
Hex9C50E0315B271c5421
Octal23412016061133473412441
Binary100111001010000111001100011011011100111111001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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