Html Css Color HEX #964031 Tia Maria

📋 copy color: '#964031'

red 150 ◦ green 64 ◦ blue 49

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

Shades of Tia Maria #964031

Tints of Tia Maria #964031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 57.03%
G = 24.33%
B = 18.63%

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

#964031 (or 0x964031) is known color: Tia Maria. HEX triplet: 96, 40 and 31. RGB value is (150,64,49). Sum of RGB (Red+Green+Blue) = 150+64+49=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #964031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964031 is #69BFCE. Grayscale: #585858. Windows color (decimal): -6930383 or 3227798. OLE color: 3227798.

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

Color convert

RGB 150 64 49 -
CMYK 0 0.57 0.67 0.41
HSL 8.91º 0.51% 0.39% -
HSV(B) 8.91º 0.67% 0.59% -
XYZ 14.97 10.37 4.12 -
YUV 88 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 150 64 49 0 0.57 0.67 0.41 8.91 0.51 0.39
Hex 96 40 31 0 39 43 29 9 33 27
Octal 226 100 61 0 71 103 51 11 63 47
Binary 10010110 1000000 110001 0 111001 1000011 101001 1001 110011 100111

Color Harmonies of #964031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964031

Black with #964031

Text Example


Text Example

White with #964031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964031; }

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

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

background-color css

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

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

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

border-color css

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

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

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