#993D30

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

Shades of Tia Maria #993D30

Tints of Tia Maria #993D30

Color information

#993D30 (or 0x993D30) is unknown color: approx Tia Maria. HEX triplet: 99, 3D and 30. RGB value is (153,61,48). Sum of RGB (Red+Green+Blue) = 153+61+48=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #993D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D30 is #66C2CF. Grayscale: #575757. Windows color (decimal): -6734544 or 3161497. OLE color: 3161497.

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

Color convert

RGB1536148-
CMYK00.600.690.4
HSL7.43º52.24%39.41%-
HSV(B)7.43º68.63%60%-
XYZ15.3410.323.98-
YUV87.03105.98175.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.40%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=58.40%
G=23.28%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153614800.600.690.47.4352.2439.41
Hex993D3003C452873427
Octal23175600741055076447
Binary1001100111110111000001111001000101101000111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993D30; }

 p { color: rgb(153,61,48); }

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

<style>
 a { background-color: #993D30; }

 a { background-color: rgb(153,61,48); }

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

<style>
 span { border-color: #993D30; }

 span { border-color: rgb(153,61,48); }

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