#9C4C15

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

Shades of Saddle Brown #9C4C15

Tints of Saddle Brown #9C4C15

Color information

#9C4C15 (or 0x9C4C15) is unknown color: approx Saddle Brown. HEX triplet: 9C, 4C and 15. RGB value is (156,76,21). Sum of RGB (Red+Green+Blue) = 156+76+21=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4C15 is #63B3EA. Grayscale: #5D5D5D. Windows color (decimal): -6534123 or 1395868. OLE color: 1395868.

HSL color Cylindrical-coordinate representation of color #9C4C15: hue angle of 24.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C4C15 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1567621-
CMYK00.510.870.39
HSL24.44º76.27%34.71%-
HSV(B)24.44º86.54%61.18%-
XYZ16.4312.292.22-
YUV93.6587172.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=61.66%
G=30.04%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156762100.510.870.3924.4476.2734.71
Hex9C4C150335727184c23
Octal23411425063127473011443
Binary1001110010011001010101100111010111100111110001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,76,21); }

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

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

 a { background-color: rgb(156,76,21); }

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

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

 span { border-color: rgb(156,76,21); }

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