Html Css Color HEX #944329 Tia Maria

📋 copy color: '#944329'

red 148 ◦ green 67 ◦ blue 41

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

Shades of Tia Maria #944329

Tints of Tia Maria #944329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

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

R = 57.81%
G = 26.17%
B = 16.02%

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

#944329 (or 0x944329) is known color: Tia Maria. HEX triplet: 94, 43 and 29. RGB value is (148,67,41). Sum of RGB (Red+Green+Blue) = 148+67+41=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #944329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944329 is #6BBCD6. Grayscale: #585858. Windows color (decimal): -7060695 or 2704276. OLE color: 2704276.

HSL color Cylindrical-coordinate representation of color #944329: hue angle of 14.58º 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 #944329 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 67 41 -
CMYK 0 0.55 0.72 0.42
HSL 14.58º 0.57% 0.37% -
HSV(B) 14.58º 0.72% 0.58% -
XYZ 14.62 10.47 3.35 -
YUV 88.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 148 67 41 0 0.55 0.72 0.42 14.58 0.57 0.37
Hex 94 43 29 0 37 48 2A F 39 25
Octal 224 103 51 0 67 110 52 17 71 45
Binary 10010100 1000011 101001 0 110111 1001000 101010 1111 111001 100101

Color Harmonies of #944329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944329

Black with #944329

Text Example


Text Example

White with #944329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944329; }

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

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

background-color css

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

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

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

border-color css

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

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

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