Html Css Color HEX #964032 Tia Maria

📋 copy color: '#964032'

red 150 ◦ green 64 ◦ blue 50

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

Shades of Tia Maria #964032

Tints of Tia Maria #964032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

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

R = 56.82%
G = 24.24%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#964032 (or 0x964032) is known color: Tia Maria. HEX triplet: 96, 40 and 32. RGB value is (150,64,50). Sum of RGB (Red+Green+Blue) = 150+64+50=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #964032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964032 is #69BFCD. Grayscale: #585858. Windows color (decimal): -6930382 or 3293334. OLE color: 3293334.

HSL color Cylindrical-coordinate representation of color #964032: hue angle of 8.4º 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 #964032 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 64 50 -
CMYK 0 0.57 0.67 0.41
HSL 8.4º 0.5% 0.39% -
HSV(B) 8.4º 0.67% 0.59% -
XYZ 14.99 10.38 4.23 -
YUV 88.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 150 64 50 0 0.57 0.67 0.41 8.4 0.5 0.39
Hex 96 40 32 0 39 43 29 8 32 27
Octal 226 100 62 0 71 103 51 10 62 47
Binary 10010110 1000000 110010 0 111001 1000011 101001 1000 110010 100111

Color Harmonies of #964032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964032

Black with #964032

Text Example


Text Example

White with #964032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964032; }

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

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

background-color css

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

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

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

border-color css

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

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

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