Html Css Color HEX #944331 Tia Maria

📋 copy color: '#944331'

red 148 ◦ green 67 ◦ blue 49

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

Shades of Tia Maria #944331

Tints of Tia Maria #944331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 56.06%
G = 25.38%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#944331 (or 0x944331) is known color: Tia Maria. HEX triplet: 94, 43 and 31. RGB value is (148,67,49). Sum of RGB (Red+Green+Blue) = 148+67+49=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #944331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944331 is #6BBCCE. Grayscale: #595959. Windows color (decimal): -7060687 or 3228564. OLE color: 3228564.

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

Color convert

RGB 148 67 49 -
CMYK 0 0.55 0.67 0.42
HSL 10.91º 0.5% 0.39% -
HSV(B) 10.91º 0.67% 0.58% -
XYZ 14.77 10.53 4.16 -
YUV 89.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 148 67 49 0 0.55 0.67 0.42 10.91 0.5 0.39
Hex 94 43 31 0 37 43 2A B 32 27
Octal 224 103 61 0 67 103 52 13 62 47
Binary 10010100 1000011 110001 0 110111 1000011 101010 1011 110010 100111

Color Harmonies of #944331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944331

Black with #944331

Text Example


Text Example

White with #944331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944331; }

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

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

background-color css

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

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

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

border-color css

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

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

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