#9B3E30

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

Shades of Tia Maria #9B3E30

Tints of Tia Maria #9B3E30

Color information

#9B3E30 (or 0x9B3E30) is unknown color: approx Tia Maria. HEX triplet: 9B, 3E and 30. RGB value is (155,62,48). Sum of RGB (Red+Green+Blue) = 155+62+48=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3E30 is #64C1CF. Grayscale: #585858. Windows color (decimal): -6603216 or 3161755. OLE color: 3161755.

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

Color convert

RGB1556248-
CMYK00.60.690.39
HSL7.85º52.71%39.8%-
HSV(B)7.85º69.03%60.78%-
XYZ15.7710.634.02-
YUV88.21105.31175.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=58.49%
G=23.40%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155624800.60.690.397.8552.7139.8
Hex9B3E3003C452783528
Octal233766007410547106550
Binary10011011111110110000011110010001011001111000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,62,48); }

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

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

 a { background-color: rgb(155,62,48); }

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

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

 span { border-color: rgb(155,62,48); }

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