#9C2825

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

Shades of Brown #9C2825

Tints of Brown #9C2825

Color information

#9C2825 (or 0x9C2825) is unknown color: approx Brown. HEX triplet: 9C, 28 and 25. RGB value is (156,40,37). Sum of RGB (Red+Green+Blue) = 156+40+37=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2825 is #63D7DA. Grayscale: #4A4A4A. Windows color (decimal): -6543323 or 2435228. OLE color: 2435228.

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

Color convert

RGB1564037-
CMYK00.740.760.39
HSL1.51º61.66%37.84%-
HSV(B)1.51º76.28%61.18%-
XYZ14.88.722.65-
YUV74.34106.93186.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.95%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 37 (14.84% from 255) = 15.88%
R=66.95%
G=17.17%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156403700.740.760.391.5161.6637.84
Hex9C282504A4C2723e26
Octal234504501121144727646
Binary1001110010100010010101001010100110010011110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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