#9C2B29

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

Shades of Brown #9C2B29

Tints of Brown #9C2B29

Color information

#9C2B29 (or 0x9C2B29) is unknown color: approx Brown. HEX triplet: 9C, 2B and 29. RGB value is (156,43,41). Sum of RGB (Red+Green+Blue) = 156+43+41=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B29 is #63D4D6. Grayscale: #4C4C4C. Windows color (decimal): -6542551 or 2698140. OLE color: 2698140.

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

Color convert

RGB1564341-
CMYK00.720.740.39
HSL1.04º58.38%38.63%-
HSV(B)1.04º73.72%61.18%-
XYZ14.978.963.04-
YUV76.56107.94184.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=65%
G=17.92%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156434100.720.740.391.0458.3838.63
Hex9C2B290484A2713a27
Octal234535101101124717247
Binary100111001010111010010100100010010101001111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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