#9C2724

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

Shades of Brown #9C2724

Tints of Brown #9C2724

Color information

#9C2724 (or 0x9C2724) is unknown color: approx Brown. HEX triplet: 9C, 27 and 24. RGB value is (156,39,36). Sum of RGB (Red+Green+Blue) = 156+39+36=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2724 is #63D8DB. Grayscale: #494949. Windows color (decimal): -6543580 or 2369436. OLE color: 2369436.

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

Color convert

RGB1563936-
CMYK00.750.770.39
HSL1.5º62.5%37.65%-
HSV(B)1.5º76.92%61.18%-
XYZ14.758.652.56-
YUV73.64106.76186.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 67.53%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 36 (14.45% from 255) = 15.58%
R=67.53%
G=16.88%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156393600.750.770.391.562.537.65
Hex9C272404B4D2723e26
Octal234474401131154727646
Binary1001110010011110010001001011100110110011110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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