#9B2D28

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

Shades of Brown #9B2D28

Tints of Brown #9B2D28

Color information

#9B2D28 (or 0x9B2D28) is unknown color: approx Brown. HEX triplet: 9B, 2D and 28. RGB value is (155,45,40). Sum of RGB (Red+Green+Blue) = 155+45+40=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D28 is #64D2D7. Grayscale: #4D4D4D. Windows color (decimal): -6607576 or 2633115. OLE color: 2633115.

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

Color convert

RGB1554540-
CMYK00.710.740.39
HSL2.61º58.97%38.24%-
HSV(B)2.61º74.19%60.78%-
XYZ14.8492.96-
YUV77.32106.94183.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=64.58%
G=18.75%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155454000.710.740.392.6158.9738.24
Hex9B2D280474A2733b26
Octal233555001071124737346
Binary1001101110110110100001000111100101010011111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,45,40); }

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

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

 a { background-color: rgb(155,45,40); }

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

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

 span { border-color: rgb(155,45,40); }

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