#994330

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

Shades of Tia Maria #994330

Tints of Tia Maria #994330

Color information

#994330 (or 0x994330) is unknown color: approx Tia Maria. HEX triplet: 99, 43 and 30. RGB value is (153,67,48). Sum of RGB (Red+Green+Blue) = 153+67+48=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #994330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994330 is #66BCCF. Grayscale: #5A5A5A. Windows color (decimal): -6733008 or 3163033. OLE color: 3163033.

HSL color Cylindrical-coordinate representation of color #994330: hue angle of 10.86º 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 #994330 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB1536748-
CMYK00.560.690.4
HSL10.86º52.24%39.41%-
HSV(B)10.86º68.63%60%-
XYZ15.68114.09-
YUV90.55103.99172.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=57.09%
G=25%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153674800.560.690.410.8652.2439.41
Hex9943300384528b3427
Octal2311036007010550136447
Binary100110011000011110000011100010001011010001011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994330; }

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

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

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

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

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

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

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

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