Html Css Color HEX #954429 Tia Maria

📋 copy color: '#954429'

red 149 ◦ green 68 ◦ blue 41

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

Shades of Tia Maria #954429

Tints of Tia Maria #954429

RGB

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

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

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

R = 57.75%
G = 26.36%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#954429 (or 0x954429) is known color: Tia Maria. HEX triplet: 95, 44 and 29. RGB value is (149,68,41). Sum of RGB (Red+Green+Blue) = 149+68+41=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #954429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954429 is #6ABBD6. Grayscale: #595959. Windows color (decimal): -6994903 or 2704533. OLE color: 2704533.

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

Color convert

RGB 149 68 41 -
CMYK 0 0.54 0.72 0.42
HSL 15º 0.57% 0.37% -
HSV(B) 15º 0.72% 0.58% -
XYZ 14.86 10.68 3.38 -
YUV 89.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 149 68 41 0 0.54 0.72 0.42 15 0.57 0.37
Hex 95 44 29 0 36 48 2A F 39 25
Octal 225 104 51 0 66 110 52 17 71 45
Binary 10010101 1000100 101001 0 110110 1001000 101010 1111 111001 100101

Color Harmonies of #954429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954429

Black with #954429

Text Example


Text Example

White with #954429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954429; }

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

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

background-color css

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

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

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

border-color css

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

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

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