Html Css Color HEX #944231 Tia Maria

📋 copy color: '#944231'

red 148 ◦ green 66 ◦ blue 49

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

Shades of Tia Maria #944231

Tints of Tia Maria #944231

RGB

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

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

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

R = 56.27%
G = 25.1%
B = 18.63%

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

#944231 (or 0x944231) is known color: Tia Maria. HEX triplet: 94, 42 and 31. RGB value is (148,66,49). Sum of RGB (Red+Green+Blue) = 148+66+49=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #944231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944231 is #6BBDCE. Grayscale: #585858. Windows color (decimal): -7060943 or 3228308. OLE color: 3228308.

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

Color convert

RGB 148 66 49 -
CMYK 0 0.55 0.67 0.42
HSL 10.3º 0.5% 0.39% -
HSV(B) 10.3º 0.67% 0.58% -
XYZ 14.72 10.41 4.14 -
YUV 88.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 148 66 49 0 0.55 0.67 0.42 10.3 0.5 0.39
Hex 94 42 31 0 37 43 2A A 32 27
Octal 224 102 61 0 67 103 52 12 62 47
Binary 10010100 1000010 110001 0 110111 1000011 101010 1010 110010 100111

Color Harmonies of #944231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944231

Black with #944231

Text Example


Text Example

White with #944231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944231; }

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

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

background-color css

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

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

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

border-color css

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

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

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