Html Css Color HEX #944931 Tia Maria

📋 copy color: '#944931'

red 148 ◦ green 73 ◦ blue 49

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

Shades of Tia Maria #944931

Tints of Tia Maria #944931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

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

R = 54.81%
G = 27.04%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#944931 (or 0x944931) is known color: Tia Maria. HEX triplet: 94, 49 and 31. RGB value is (148,73,49). Sum of RGB (Red+Green+Blue) = 148+73+49=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #944931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944931 is #6BB6CE. Grayscale: #5C5C5C. Windows color (decimal): -7059151 or 3230100. OLE color: 3230100.

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

Color convert

RGB 148 73 49 -
CMYK 0 0.51 0.67 0.42
HSL 14.55º 0.5% 0.39% -
HSV(B) 14.55º 0.67% 0.58% -
XYZ 15.15 11.28 4.29 -
YUV 92.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 148 73 49 0 0.51 0.67 0.42 14.55 0.5 0.39
Hex 94 49 31 0 33 43 2A F 32 27
Octal 224 111 61 0 63 103 52 17 62 47
Binary 10010100 1001001 110001 0 110011 1000011 101010 1111 110010 100111

Color Harmonies of #944931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944931

Black with #944931

Text Example


Text Example

White with #944931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944931; }

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

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

background-color css

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

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

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

border-color css

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

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

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