Html Css Color HEX #954129 Tia Maria

📋 copy color: '#954129'

red 149 ◦ green 65 ◦ blue 41

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

Shades of Tia Maria #954129

Tints of Tia Maria #954129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.08%

R = 58.43%
G = 25.49%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#954129 (or 0x954129) is known color: Tia Maria. HEX triplet: 95, 41 and 29. RGB value is (149,65,41). Sum of RGB (Red+Green+Blue) = 149+65+41=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #954129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954129 is #6ABED6. Grayscale: #575757. Windows color (decimal): -6995671 or 2703765. OLE color: 2703765.

HSL color Cylindrical-coordinate representation of color #954129: hue angle of 13.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #954129 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 41 -
CMYK 0 0.56 0.72 0.42
HSL 13.33º 0.57% 0.37% -
HSV(B) 13.33º 0.72% 0.58% -
XYZ 14.68 10.33 3.32 -
YUV 87.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 149 65 41 0 0.56 0.72 0.42 13.33 0.57 0.37
Hex 95 41 29 0 38 48 2A D 39 25
Octal 225 101 51 0 70 110 52 15 71 45
Binary 10010101 1000001 101001 0 111000 1001000 101010 1101 111001 100101

Color Harmonies of #954129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954129

Black with #954129

Text Example


Text Example

White with #954129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954129; }

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

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

background-color css

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

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

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

border-color css

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

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

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