Html Css Color HEX #954329 Tia Maria

📋 copy color: '#954329'

red 149 ◦ green 67 ◦ blue 41

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

Shades of Tia Maria #954329

Tints of Tia Maria #954329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

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

R = 57.98%
G = 26.07%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#954329 (or 0x954329) is known color: Tia Maria. HEX triplet: 95, 43 and 29. RGB value is (149,67,41). Sum of RGB (Red+Green+Blue) = 149+67+41=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #954329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954329 is #6ABCD6. Grayscale: #585858. Windows color (decimal): -6995159 or 2704277. OLE color: 2704277.

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

Color convert

RGB 149 67 41 -
CMYK 0 0.55 0.72 0.42
HSL 14.44º 0.57% 0.37% -
HSV(B) 14.44º 0.72% 0.58% -
XYZ 14.8 10.56 3.36 -
YUV 88.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 149 67 41 0 0.55 0.72 0.42 14.44 0.57 0.37
Hex 95 43 29 0 37 48 2A E 39 25
Octal 225 103 51 0 67 110 52 16 71 45
Binary 10010101 1000011 101001 0 110111 1001000 101010 1110 111001 100101

Color Harmonies of #954329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954329

Black with #954329

Text Example


Text Example

White with #954329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954329; }

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

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

background-color css

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

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

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

border-color css

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

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

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