#9B2B24

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

Shades of Brown #9B2B24

Tints of Brown #9B2B24

Color information

#9B2B24 (or 0x9B2B24) is unknown color: approx Brown. HEX triplet: 9B, 2B and 24. RGB value is (155,43,36). Sum of RGB (Red+Green+Blue) = 155+43+36=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2B24 is #64D4DB. Grayscale: #4B4B4B. Windows color (decimal): -6608092 or 2370459. OLE color: 2370459.

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

Color convert

RGB1554336-
CMYK00.720.770.39
HSL3.53º62.3%37.45%-
HSV(B)3.53º76.77%60.78%-
XYZ14.78.822.6-
YUV75.69105.61184.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.24%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 36 (14.45% from 255) = 15.38%
R=66.24%
G=18.38%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155433600.720.770.393.5362.337.45
Hex9B2B240484D2743e25
Octal233534401101154747645
Binary10011011101011100100010010001001101100111100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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