#994134

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

Shades of Tia Maria #994134

Tints of Tia Maria #994134

Color information

#994134 (or 0x994134) is unknown color: approx Tia Maria. HEX triplet: 99, 41 and 34. RGB value is (153,65,52). Sum of RGB (Red+Green+Blue) = 153+65+52=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #994134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994134 is #66BECB. Grayscale: #595959. Windows color (decimal): -6733516 or 3424665. OLE color: 3424665.

HSL color Cylindrical-coordinate representation of color #994134: hue angle of 7.72º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994134 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1536552-
CMYK00.580.660.4
HSL7.72º49.27%40.2%-
HSV(B)7.72º66.01%60%-
XYZ15.6510.84.51-
YUV89.83106.65173.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=56.67%
G=24.07%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153655200.580.660.47.7249.2740.2
Hex99413403A422883128
Octal2311016407210250106150
Binary100110011000001110100011101010000101010001000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994134; }

 p { color: rgb(153,65,52); }

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

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

 a { background-color: rgb(153,65,52); }

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

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

 span { border-color: rgb(153,65,52); }

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