Html Css Color HEX #964232 Tia Maria

📋 copy color: '#964232'

red 150 ◦ green 66 ◦ blue 50

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

Shades of Tia Maria #964232

Tints of Tia Maria #964232

RGB

 RED value IS 150 (58.98% from 255) = 56.39%

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

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

R = 56.39%
G = 24.81%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#964232 (or 0x964232) is known color: Tia Maria. HEX triplet: 96, 42 and 32. RGB value is (150,66,50). Sum of RGB (Red+Green+Blue) = 150+66+50=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #964232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964232 is #69BDCD. Grayscale: #595959. Windows color (decimal): -6929870 or 3293846. OLE color: 3293846.

HSL color Cylindrical-coordinate representation of color #964232: hue angle of 9.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964232 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 66 50 -
CMYK 0 0.56 0.67 0.41
HSL 9.6º 0.5% 0.39% -
HSV(B) 9.6º 0.67% 0.59% -
XYZ 15.1 10.61 4.27 -
YUV 89.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 150 66 50 0 0.56 0.67 0.41 9.6 0.5 0.39
Hex 96 42 32 0 38 43 29 A 32 27
Octal 226 102 62 0 70 103 51 12 62 47
Binary 10010110 1000010 110010 0 111000 1000011 101001 1010 110010 100111

Color Harmonies of #964232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964232

Black with #964232

Text Example


Text Example

White with #964232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964232; }

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

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

background-color css

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

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

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

border-color css

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

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

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