Html Css Color HEX #904830 Tia Maria

📋 copy color: '#904830'

red 144 ◦ green 72 ◦ blue 48

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

Shades of Tia Maria #904830

Tints of Tia Maria #904830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 54.55%
G = 27.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#904830 (or 0x904830) is known color: Tia Maria. HEX triplet: 90, 48 and 30. RGB value is (144,72,48). Sum of RGB (Red+Green+Blue) = 144+72+48=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #904830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904830 is #6FB7CF. Grayscale: #5A5A5A. Windows color (decimal): -7321552 or 3164304. OLE color: 3164304.

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

Color convert

RGB 144 72 48 -
CMYK 0 0.50 0.67 0.44
HSL 15º 0.5% 0.38% -
HSV(B) 15º 0.67% 0.56% -
XYZ 14.35 10.78 4.12 -
YUV 90.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 144 72 48 0 0.50 0.67 0.44 15 0.5 0.38
Hex 90 48 30 0 32 43 2C F 32 26
Octal 220 110 60 0 62 103 54 17 62 46
Binary 10010000 1001000 110000 0 110010 1000011 101100 1111 110010 100110

Color Harmonies of #904830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904830

Black with #904830

Text Example


Text Example

White with #904830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904830; }

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

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

background-color css

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

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

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

border-color css

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

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

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