#904531

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

Shades of Tia Maria #904531

Tints of Tia Maria #904531

Color information

#904531 (or 0x904531) is unknown color: approx Tia Maria. HEX triplet: 90, 45 and 31. RGB value is (144,69,49). Sum of RGB (Red+Green+Blue) = 144+69+49=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #904531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904531 is #6FBACE. Grayscale: #595959. Windows color (decimal): -7322319 or 3229072. OLE color: 3229072.

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

Color convert

RGB1446949-
CMYK00.520.660.44
HSL12.63º49.22%37.84%-
HSV(B)12.63º65.97%56.47%-
XYZ14.1810.414.17-
YUV89.14105.35167.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.96%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=54.96%
G=26.34%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144694900.520.660.4412.6349.2237.84
Hex904531034422Cd3126
Octal2201056106410254156146
Binary100100001000101110001011010010000101011001101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904531; }

 p { color: rgb(144,69,49); }

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

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

 a { background-color: rgb(144,69,49); }

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

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

 span { border-color: rgb(144,69,49); }

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