#9C2B1F

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

Shades of Brown #9C2B1F

Tints of Brown #9C2B1F

Color information

#9C2B1F (or 0x9C2B1F) is unknown color: approx Brown. HEX triplet: 9C, 2B and 1F. RGB value is (156,43,31). Sum of RGB (Red+Green+Blue) = 156+43+31=230 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.83% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B1F is #63D4E0. Grayscale: #4B4B4B. Windows color (decimal): -6542561 or 2042780. OLE color: 2042780.

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

Color convert

RGB1564331-
CMYK00.720.800.39
HSL5.76º66.84%36.67%-
HSV(B)5.76º80.13%61.18%-
XYZ14.828.892.23-
YUV75.42102.94185.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 67.83%
GREEN value IS 43 (17.19% from 255) = 18.70%
BLUE value IS 31 (12.5% from 255) = 13.48%
R=67.83%
G=18.70%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156433100.720.800.395.7666.8436.67
Hex9C2B1F048502764325
Octal2345337011012047610345
Binary10011100101011111110100100010100001001111101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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