#9C2824

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

Shades of Brown #9C2824

Tints of Brown #9C2824

Color information

#9C2824 (or 0x9C2824) is unknown color: approx Brown. HEX triplet: 9C, 28 and 24. RGB value is (156,40,36). Sum of RGB (Red+Green+Blue) = 156+40+36=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2824 is #63D7DB. Grayscale: #4A4A4A. Windows color (decimal): -6543324 or 2369692. OLE color: 2369692.

HSL color Cylindrical-coordinate representation of color #9C2824: hue angle of 2º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2824 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB1564036-
CMYK00.740.770.39
HSL62.5%37.65%-
HSV(B)76.92%61.18%-
XYZ14.798.712.57-
YUV74.23106.43186.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 67.24%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 36 (14.45% from 255) = 15.52%
R=67.24%
G=17.24%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156403600.740.770.39262.537.65
Hex9C282404A4D2723e26
Octal234504401121154727646
Binary1001110010100010010001001010100110110011110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,40,36); }

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

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

 a { background-color: rgb(156,40,36); }

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

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

 span { border-color: rgb(156,40,36); }

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