#9B2B2A

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

Shades of Brown #9B2B2A

Tints of Brown #9B2B2A

Color information

#9B2B2A (or 0x9B2B2A) is unknown color: approx Brown. HEX triplet: 9B, 2B and 2A. RGB value is (155,43,42). Sum of RGB (Red+Green+Blue) = 155+43+42=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2B2A is #64D4D5. Grayscale: #4C4C4C. Windows color (decimal): -6608086 or 2763675. OLE color: 2763675.

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

Color convert

RGB1554342-
CMYK00.720.730.39
HSL0.53º57.36%38.63%-
HSV(B)0.53º72.9%60.78%-
XYZ14.88.863.12-
YUV76.37108.61184.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=64.58%
G=17.92%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155434200.720.730.390.5357.3638.63
Hex9B2B2A048492713927
Octal233535201101114717147
Binary100110111010111010100100100010010011001111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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