Html Css Color HEX #964531 Tia Maria

📋 copy color: '#964531'

red 150 ◦ green 69 ◦ blue 49

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

Shades of Tia Maria #964531

Tints of Tia Maria #964531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

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

R = 55.97%
G = 25.75%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#964531 (or 0x964531) is known color: Tia Maria. HEX triplet: 96, 45 and 31. RGB value is (150,69,49). Sum of RGB (Red+Green+Blue) = 150+69+49=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #964531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964531 is #69BACE. Grayscale: #5B5B5B. Windows color (decimal): -6929103 or 3229078. OLE color: 3229078.

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

Color convert

RGB 150 69 49 -
CMYK 0 0.54 0.67 0.41
HSL 11.88º 0.51% 0.39% -
HSV(B) 11.88º 0.67% 0.59% -
XYZ 15.26 10.96 4.22 -
YUV 90.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 150 69 49 0 0.54 0.67 0.41 11.88 0.51 0.39
Hex 96 45 31 0 36 43 29 C 33 27
Octal 226 105 61 0 66 103 51 14 63 47
Binary 10010110 1000101 110001 0 110110 1000011 101001 1100 110011 100111

Color Harmonies of #964531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964531

Black with #964531

Text Example


Text Example

White with #964531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964531; }

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

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

background-color css

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

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

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

border-color css

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

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

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