#904434

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

Shades of Tia Maria #904434

Tints of Tia Maria #904434

Color information

#904434 (or 0x904434) is unknown color: approx Tia Maria. HEX triplet: 90, 44 and 34. RGB value is (144,68,52). Sum of RGB (Red+Green+Blue) = 144+68+52=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #904434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904434 is #6FBBCB. Grayscale: #595959. Windows color (decimal): -7322572 or 3425424. OLE color: 3425424.

HSL color Cylindrical-coordinate representation of color #904434: hue angle of 10.43º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904434 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB1446852-
CMYK00.530.640.44
HSL10.43º46.94%38.43%-
HSV(B)10.43º63.89%56.47%-
XYZ14.1910.314.49-
YUV88.9107.18167.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.55%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=54.55%
G=25.76%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144685200.530.640.4410.4346.9438.43
Hex904434035402Ca2f26
Octal2201046406510054125746
Binary100100001000100110100011010110000001011001010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904434; }

 p { color: rgb(144,68,52); }

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

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

 a { background-color: rgb(144,68,52); }

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

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

 span { border-color: rgb(144,68,52); }

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