#9b2b26

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

Shades of Brown #9B2B26

Tints of Brown #9B2B26

Color information

#9B2B26 (or 0x9B2B26) is unknown color: approx Brown. HEX triplet: 9B, 2B and 26. RGB value is (155,43,38). Sum of RGB (Red+Green+Blue) = 155+43+38=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2B26 is #64D4D9. Grayscale: #4C4C4C. Windows color (decimal): -6608090 or 2501531. OLE color: 2501531.

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

Color convert

RGB1554338-
CMYK00.720.750.39
HSL2.56º60.62%37.84%-
HSV(B)2.56º75.48%60.78%-
XYZ14.738.842.76-
YUV75.92106.61184.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.68%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 38 (15.23% from 255) = 16.10%
R=65.68%
G=18.22%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155433800.720.750.392.5660.6237.84
Hex9B2B260484B2733d26
Octal233534601101134737546
Binary1001101110101110011001001000100101110011111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2b26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,43,38); }

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

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

 a { background-color: rgb(155,43,38); }

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

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

 span { border-color: rgb(155,43,38); }

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