Html Css Color HEX #934431 Tia Maria

📋 copy color: '#934431'

red 147 ◦ green 68 ◦ blue 49

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

Shades of Tia Maria #934431

Tints of Tia Maria #934431

RGB

 RED value IS 147 (57.81% from 255) = 55.68%

 GREEN value IS 68 (26.95% from 255) = 25.76%

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

R = 55.68%
G = 25.76%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#934431 (or 0x934431) is known color: Tia Maria. HEX triplet: 93, 44 and 31. RGB value is (147,68,49). Sum of RGB (Red+Green+Blue) = 147+68+49=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #934431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934431 is #6CBBCE. Grayscale: #595959. Windows color (decimal): -7125967 or 3228819. OLE color: 3228819.

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

Color convert

RGB 147 68 49 -
CMYK 0 0.54 0.67 0.42
HSL 11.63º 0.5% 0.38% -
HSV(B) 11.63º 0.67% 0.58% -
XYZ 14.65 10.56 4.17 -
YUV 89.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 147 68 49 0 0.54 0.67 0.42 11.63 0.5 0.38
Hex 93 44 31 0 36 43 2A C 32 26
Octal 223 104 61 0 66 103 52 14 62 46
Binary 10010011 1000100 110001 0 110110 1000011 101010 1100 110010 100110

Color Harmonies of #934431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934431

Black with #934431

Text Example


Text Example

White with #934431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934431; }

 p { color: rgb(147,68,49); }

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

background-color css

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

 a { background-color: rgb(147,68,49); }

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

border-color css

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

 span { border-color: rgb(147,68,49); }

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