#904631

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

Shades of Tia Maria #904631

Tints of Tia Maria #904631

Color information

#904631 (or 0x904631) is unknown color: approx Tia Maria. HEX triplet: 90, 46 and 31. RGB value is (144,70,49). Sum of RGB (Red+Green+Blue) = 144+70+49=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #904631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904631 is #6FB9CE. Grayscale: #595959. Windows color (decimal): -7322063 or 3229328. OLE color: 3229328.

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

Color convert

RGB1447049-
CMYK00.510.660.44
HSL13.26º49.22%37.84%-
HSV(B)13.26º65.97%56.47%-
XYZ14.2510.534.19-
YUV89.73105.02166.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.75%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 49 (19.53% from 255) = 18.63%
R=54.75%
G=26.62%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144704900.510.660.4413.2649.2237.84
Hex904631033422Cd3126
Octal2201066106310254156146
Binary100100001000110110001011001110000101011001101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904631; }

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

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

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

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

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

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

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

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