#9B4132

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

Shades of Tia Maria #9B4132

Tints of Tia Maria #9B4132

Color information

#9B4132 (or 0x9B4132) is unknown color: approx Tia Maria. HEX triplet: 9B, 41 and 32. RGB value is (155,65,50). Sum of RGB (Red+Green+Blue) = 155+65+50=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4132 is #64BECD. Grayscale: #5A5A5A. Windows color (decimal): -6602446 or 3293595. OLE color: 3293595.

HSL color Cylindrical-coordinate representation of color #9B4132: hue angle of 8.57º degrees, saturation: 0.51, 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 #9B4132 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1556550-
CMYK00.580.680.39
HSL8.57º51.22%40.2%-
HSV(B)8.57º67.74%60.78%-
XYZ15.9810.984.29-
YUV90.2105.32174.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.41%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=57.41%
G=24.07%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155655000.580.680.398.5751.2240.2
Hex9B413203A442793328
Octal2331016207210447116350
Binary100110111000001110010011101010001001001111001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,65,50); }

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

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

 a { background-color: rgb(155,65,50); }

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

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

 span { border-color: rgb(155,65,50); }

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