Html Css Color HEX #954332 Tia Maria

📋 copy color: '#954332'

red 149 ◦ green 67 ◦ blue 50

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

Shades of Tia Maria #954332

Tints of Tia Maria #954332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 56.02%
G = 25.19%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#954332 (or 0x954332) is known color: Tia Maria. HEX triplet: 95, 43 and 32. RGB value is (149,67,50). Sum of RGB (Red+Green+Blue) = 149+67+50=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #954332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954332 is #6ABCCD. Grayscale: #595959. Windows color (decimal): -6995150 or 3294101. OLE color: 3294101.

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

Color convert

RGB 149 67 50 -
CMYK 0 0.55 0.66 0.42
HSL 10.3º 0.5% 0.39% -
HSV(B) 10.3º 0.66% 0.58% -
XYZ 14.98 10.63 4.28 -
YUV 89.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 149 67 50 0 0.55 0.66 0.42 10.3 0.5 0.39
Hex 95 43 32 0 37 42 2A A 32 27
Octal 225 103 62 0 67 102 52 12 62 47
Binary 10010101 1000011 110010 0 110111 1000010 101010 1010 110010 100111

Color Harmonies of #954332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954332

Black with #954332

Text Example


Text Example

White with #954332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954332; }

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

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

background-color css

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

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

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

border-color css

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

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

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