Html Css Color HEX #904530 Tia Maria

📋 copy color: '#904530'

red 144 ◦ green 69 ◦ blue 48

#904530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tia Maria #904530

Tints of Tia Maria #904530

RGB

 RED value IS 144 (56.64% from 255) = 55.17%

 GREEN value IS 69 (27.34% from 255) = 26.44%

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 55.17%
G = 26.44%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#904530 (or 0x904530) is known color: Tia Maria. HEX triplet: 90, 45 and 30. RGB value is (144,69,48). Sum of RGB (Red+Green+Blue) = 144+69+48=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #904530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904530 is #6FBACF. Grayscale: #595959. Windows color (decimal): -7322320 or 3163536. OLE color: 3163536.

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

Color convert

RGB 144 69 48 -
CMYK 0 0.52 0.67 0.44
HSL 13.13º 0.5% 0.38% -
HSV(B) 13.13º 0.67% 0.56% -
XYZ 14.16 10.4 4.06 -
YUV 89.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 144 69 48 0 0.52 0.67 0.44 13.13 0.5 0.38
Hex 90 45 30 0 34 43 2C D 32 26
Octal 220 105 60 0 64 103 54 15 62 46
Binary 10010000 1000101 110000 0 110100 1000011 101100 1101 110010 100110

Color Harmonies of #904530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904530

Black with #904530

Text Example


Text Example

White with #904530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904530; }

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

 H1.HeaderClassName
 {
   color: #904530;
 }
 .AnyTagClassName
 {
   color: #904530;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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