#904334

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

Shades of Tia Maria #904334

Tints of Tia Maria #904334

Color information

#904334 (or 0x904334) is unknown color: approx Tia Maria. HEX triplet: 90, 43 and 34. RGB value is (144,67,52). Sum of RGB (Red+Green+Blue) = 144+67+52=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #904334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904334 is #6FBCCB. Grayscale: #585858. Windows color (decimal): -7322828 or 3425168. OLE color: 3425168.

HSL color Cylindrical-coordinate representation of color #904334: hue angle of 9.78º 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 #904334 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB1446752-
CMYK00.530.640.44
HSL9.78º46.94%38.43%-
HSV(B)9.78º63.89%56.47%-
XYZ14.1310.194.47-
YUV88.31107.51167.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.75%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=54.75%
G=25.48%
B=19.77%

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
Decimal144675200.530.640.449.7846.9438.43
Hex904334035402Ca2f26
Octal2201036406510054125746
Binary100100001000011110100011010110000001011001010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904334; }

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

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

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

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

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

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

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

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