Html Css Color HEX #944229 Tia Maria

📋 copy color: '#944229'

red 148 ◦ green 66 ◦ blue 41

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

Shades of Tia Maria #944229

Tints of Tia Maria #944229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 41 (16.41% from 255) = 16.08%

R = 58.04%
G = 25.88%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#944229 (or 0x944229) is known color: Tia Maria. HEX triplet: 94, 42 and 29. RGB value is (148,66,41). Sum of RGB (Red+Green+Blue) = 148+66+41=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #944229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944229 is #6BBDD6. Grayscale: #575757. Windows color (decimal): -7060951 or 2704020. OLE color: 2704020.

HSL color Cylindrical-coordinate representation of color #944229: hue angle of 14.02º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #944229 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 66 41 -
CMYK 0 0.55 0.72 0.42
HSL 14.02º 0.57% 0.37% -
HSV(B) 14.02º 0.72% 0.58% -
XYZ 14.56 10.35 3.33 -
YUV 87.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 148 66 41 0 0.55 0.72 0.42 14.02 0.57 0.37
Hex 94 42 29 0 37 48 2A E 39 25
Octal 224 102 51 0 67 110 52 16 71 45
Binary 10010100 1000010 101001 0 110111 1001000 101010 1110 111001 100101

Color Harmonies of #944229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944229

Black with #944229

Text Example


Text Example

White with #944229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944229; }

 p { color: rgb(148,66,41); }

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

background-color css

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

 a { background-color: rgb(148,66,41); }

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

border-color css

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

 span { border-color: rgb(148,66,41); }

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