Html Css Color HEX #954232 Tia Maria

📋 copy color: '#954232'

red 149 ◦ green 66 ◦ blue 50

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

Shades of Tia Maria #954232

Tints of Tia Maria #954232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

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

R = 56.23%
G = 24.91%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#954232 (or 0x954232) is known color: Tia Maria. HEX triplet: 95, 42 and 32. RGB value is (149,66,50). Sum of RGB (Red+Green+Blue) = 149+66+50=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #954232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954232 is #6ABDCD. Grayscale: #595959. Windows color (decimal): -6995406 or 3293845. OLE color: 3293845.

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

Color convert

RGB 149 66 50 -
CMYK 0 0.56 0.66 0.42
HSL 9.7º 0.5% 0.39% -
HSV(B) 9.7º 0.66% 0.58% -
XYZ 14.92 10.52 4.26 -
YUV 88.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 149 66 50 0 0.56 0.66 0.42 9.7 0.5 0.39
Hex 95 42 32 0 38 42 2A A 32 27
Octal 225 102 62 0 70 102 52 12 62 47
Binary 10010101 1000010 110010 0 111000 1000010 101010 1010 110010 100111

Color Harmonies of #954232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954232

Black with #954232

Text Example


Text Example

White with #954232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954232; }

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

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

background-color css

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

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

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

border-color css

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

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

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