#9B4031

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

Shades of Tia Maria #9B4031

Tints of Tia Maria #9B4031

Color information

#9B4031 (or 0x9B4031) is unknown color: approx Tia Maria. HEX triplet: 9B, 40 and 31. RGB value is (155,64,49). Sum of RGB (Red+Green+Blue) = 155+64+49=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4031 is #64BFCE. Grayscale: #595959. Windows color (decimal): -6602703 or 3227803. OLE color: 3227803.

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

Color convert

RGB1556449-
CMYK00.590.680.39
HSL8.49º51.96%40%-
HSV(B)8.49º68.39%60.78%-
XYZ15.9110.864.16-
YUV89.5105.15174.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=57.84%
G=23.88%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155644900.590.680.398.4951.9640
Hex9B403103B442783428
Octal2331006107310447106450
Binary100110111000000110001011101110001001001111000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,49); }

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

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

 a { background-color: rgb(155,64,49); }

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

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

 span { border-color: rgb(155,64,49); }

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