#9C2925

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

Shades of Brown #9C2925

Tints of Brown #9C2925

Color information

#9C2925 (or 0x9C2925) is unknown color: approx Brown. HEX triplet: 9C, 29 and 25. RGB value is (156,41,37). Sum of RGB (Red+Green+Blue) = 156+41+37=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2925 is #63D6DA. Grayscale: #4B4B4B. Windows color (decimal): -6543067 or 2435484. OLE color: 2435484.

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

Color convert

RGB1564137-
CMYK00.740.760.39
HSL2.02º61.66%37.84%-
HSV(B)2.02º76.28%61.18%-
XYZ14.848.792.66-
YUV74.93106.6185.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.67%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 37 (14.84% from 255) = 15.81%
R=66.67%
G=17.52%
B=15.81%

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
Decimal156413700.740.760.392.0261.6637.84
Hex9C292504A4C2723e26
Octal234514501121144727646
Binary1001110010100110010101001010100110010011110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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