Html Css Color HEX #954131 Tia Maria

📋 copy color: '#954131'

red 149 ◦ green 65 ◦ blue 49

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

Shades of Tia Maria #954131

Tints of Tia Maria #954131

RGB

 RED value IS 149 (58.59% from 255) = 56.65%

 GREEN value IS 65 (25.78% from 255) = 24.71%

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

R = 56.65%
G = 24.71%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#954131 (or 0x954131) is known color: Tia Maria. HEX triplet: 95, 41 and 31. RGB value is (149,65,49). Sum of RGB (Red+Green+Blue) = 149+65+49=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #954131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954131 is #6ABECE. Grayscale: #585858. Windows color (decimal): -6995663 or 3228053. OLE color: 3228053.

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

Color convert

RGB 149 65 49 -
CMYK 0 0.56 0.67 0.42
HSL 9.6º 0.51% 0.39% -
HSV(B) 9.6º 0.67% 0.58% -
XYZ 14.84 10.39 4.13 -
YUV 88.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 149 65 49 0 0.56 0.67 0.42 9.6 0.51 0.39
Hex 95 41 31 0 38 43 2A A 33 27
Octal 225 101 61 0 70 103 52 12 63 47
Binary 10010101 1000001 110001 0 111000 1000011 101010 1010 110011 100111

Color Harmonies of #954131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954131

Black with #954131

Text Example


Text Example

White with #954131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954131; }

 p { color: rgb(149,65,49); }

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

background-color css

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

 a { background-color: rgb(149,65,49); }

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

border-color css

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

 span { border-color: rgb(149,65,49); }

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