Html Css Color HEX #904730 Tia Maria

📋 copy color: '#904730'

red 144 ◦ green 71 ◦ blue 48

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

Shades of Tia Maria #904730

Tints of Tia Maria #904730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

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

R = 54.75%
G = 27%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#904730 (or 0x904730) is known color: Tia Maria. HEX triplet: 90, 47 and 30. RGB value is (144,71,48). Sum of RGB (Red+Green+Blue) = 144+71+48=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #904730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904730 is #6FB8CF. Grayscale: #5A5A5A. Windows color (decimal): -7321808 or 3164048. OLE color: 3164048.

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

Color convert

RGB 144 71 48 -
CMYK 0 0.51 0.67 0.44
HSL 14.38º 0.5% 0.38% -
HSV(B) 14.38º 0.67% 0.56% -
XYZ 14.29 10.65 4.1 -
YUV 90.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 144 71 48 0 0.51 0.67 0.44 14.38 0.5 0.38
Hex 90 47 30 0 33 43 2C E 32 26
Octal 220 107 60 0 63 103 54 16 62 46
Binary 10010000 1000111 110000 0 110011 1000011 101100 1110 110010 100110

Color Harmonies of #904730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904730

Black with #904730

Text Example


Text Example

White with #904730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904730; }

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

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

background-color css

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

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

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

border-color css

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

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

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