#9b2c21

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

Shades of Brown #9B2C21

Tints of Brown #9B2C21

Color information

#9B2C21 (or 0x9B2C21) is unknown color: approx Brown. HEX triplet: 9B, 2C and 21. RGB value is (155,44,33). Sum of RGB (Red+Green+Blue) = 155+44+33=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2C21 is #64D3DE. Grayscale: #4C4C4C. Windows color (decimal): -6607839 or 2174107. OLE color: 2174107.

HSL color Cylindrical-coordinate representation of color #9B2C21: hue angle of 5.41º degrees, saturation: 0.65, 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 #9B2C21 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1554433-
CMYK00.720.790.39
HSL5.41º64.89%36.86%-
HSV(B)5.41º78.71%60.78%-
XYZ14.698.882.38-
YUV75.94103.77184.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.81%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 33 (13.28% from 255) = 14.22%
R=66.81%
G=18.97%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155443300.720.790.395.4164.8936.86
Hex9B2C210484F2754125
Octal2335441011011747510145
Binary100110111011001000010100100010011111001111011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2c21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,44,33); }

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

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

 a { background-color: rgb(155,44,33); }

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

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

 span { border-color: rgb(155,44,33); }

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