#9B2A26

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

Shades of Brown #9B2A26

Tints of Brown #9B2A26

Color information

#9B2A26 (or 0x9B2A26) is unknown color: approx Brown. HEX triplet: 9B, 2A and 26. RGB value is (155,42,38). Sum of RGB (Red+Green+Blue) = 155+42+38=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A26 is #64D5D9. Grayscale: #4B4B4B. Windows color (decimal): -6608346 or 2501275. OLE color: 2501275.

HSL color Cylindrical-coordinate representation of color #9B2A26: hue angle of 2.05º 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 #9B2A26 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1554238-
CMYK00.730.750.39
HSL2.05º60.62%37.84%-
HSV(B)2.05º75.48%60.78%-
XYZ14.78.762.75-
YUV75.33106.94184.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.96%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=65.96%
G=17.87%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155423800.730.750.392.0560.6237.84
Hex9B2A260494B2723d26
Octal233524601111134727546
Binary1001101110101010011001001001100101110011110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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