#9C2D20

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

Shades of Brown #9C2D20

Tints of Brown #9C2D20

Color information

#9C2D20 (or 0x9C2D20) is unknown color: approx Brown. HEX triplet: 9C, 2D and 20. RGB value is (156,45,32). Sum of RGB (Red+Green+Blue) = 156+45+32=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2D20 is #63D2DF. Grayscale: #4C4C4C. Windows color (decimal): -6542048 or 2108828. OLE color: 2108828.

HSL color Cylindrical-coordinate representation of color #9C2D20: hue angle of 6.29º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2D20 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1564532-
CMYK00.710.790.39
HSL6.29º65.96%36.86%-
HSV(B)6.29º79.49%61.18%-
XYZ14.919.052.33-
YUV76.71102.77184.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.95%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=66.95%
G=19.31%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156453200.710.790.396.2965.9636.86
Hex9C2D200474F2764225
Octal2345540010711747610245
Binary100111001011011000000100011110011111001111101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,45,32); }

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

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

 a { background-color: rgb(156,45,32); }

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

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

 span { border-color: rgb(156,45,32); }

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