Html Css Color HEX #944434 Tia Maria

📋 copy color: '#944434'

red 148 ◦ green 68 ◦ blue 52

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

Shades of Tia Maria #944434

Tints of Tia Maria #944434

RGB

 RED value IS 148 (58.2% from 255) = 55.22%

 GREEN value IS 68 (26.95% from 255) = 25.37%

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 55.22%
G = 25.37%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#944434 (or 0x944434) is known color: Tia Maria. HEX triplet: 94, 44 and 34. RGB value is (148,68,52). Sum of RGB (Red+Green+Blue) = 148+68+52=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #944434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944434 is #6BBBCB. Grayscale: #5A5A5A. Windows color (decimal): -7060428 or 3425428. OLE color: 3425428.

HSL color Cylindrical-coordinate representation of color #944434: hue angle of 10º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #944434 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 68 52 -
CMYK 0 0.54 0.65 0.42
HSL 10º 0.48% 0.39% -
HSV(B) 10º 0.65% 0.58% -
XYZ 14.9 10.68 4.52 -
YUV 90.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 148 68 52 0 0.54 0.65 0.42 10 0.48 0.39
Hex 94 44 34 0 36 41 2A A 30 27
Octal 224 104 64 0 66 101 52 12 60 47
Binary 10010100 1000100 110100 0 110110 1000001 101010 1010 110000 100111

Color Harmonies of #944434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944434

Black with #944434

Text Example


Text Example

White with #944434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944434; }

 p { color: rgb(148,68,52); }

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

background-color css

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

 a { background-color: rgb(148,68,52); }

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

border-color css

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

 span { border-color: rgb(148,68,52); }

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