#9b3a28

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

Shades of Tia Maria #9B3A28

Tints of Tia Maria #9B3A28

Color information

#9B3A28 (or 0x9B3A28) is unknown color: approx Tia Maria. HEX triplet: 9B, 3A and 28. RGB value is (155,58,40). Sum of RGB (Red+Green+Blue) = 155+58+40=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3A28 is #64C5D7. Grayscale: #555555. Windows color (decimal): -6604248 or 2636443. OLE color: 2636443.

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

Color convert

RGB1555840-
CMYK00.630.740.39
HSL9.39º58.97%38.24%-
HSV(B)9.39º74.19%60.78%-
XYZ15.4110.153.15-
YUV84.95102.64177.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 40 (16.02% from 255) = 15.81%
R=61.26%
G=22.92%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155584000.630.740.399.3958.9738.24
Hex9B3A2803F4A2793b26
Octal233725007711247117346
Binary10011011111010101000011111110010101001111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b3a28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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