#9C500F

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

Shades of Saddle Brown #9C500F

Tints of Saddle Brown #9C500F

Color information

#9C500F (or 0x9C500F) is unknown color: approx Saddle Brown. HEX triplet: 9C, 50 and 0F. RGB value is (156,80,15). Sum of RGB (Red+Green+Blue) = 156+80+15=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C500F is #63AFF0. Grayscale: #5F5F5F. Windows color (decimal): -6533105 or 1003676. OLE color: 1003676.

HSL color Cylindrical-coordinate representation of color #9C500F: hue angle of 27.66º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C500F is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1568015-
CMYK00.490.900.39
HSL27.66º82.46%33.53%-
HSV(B)27.66º90.38%61.18%-
XYZ16.6712.842.05-
YUV95.3182.68171.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.15%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 15 (6.25% from 255) = 5.98%
R=62.15%
G=31.87%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156801500.490.900.3927.6682.4633.53
Hex9C50F0315A271c5222
Octal23412017061132473412242
Binary100111001010000111101100011011010100111111001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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