Html Css Color HEX #964731 Tia Maria

📋 copy color: '#964731'

red 150 ◦ green 71 ◦ blue 49

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

Shades of Tia Maria #964731

Tints of Tia Maria #964731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

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

R = 55.56%
G = 26.3%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#964731 (or 0x964731) is known color: Tia Maria. HEX triplet: 96, 47 and 31. RGB value is (150,71,49). Sum of RGB (Red+Green+Blue) = 150+71+49=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #964731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964731 is #69B8CE. Grayscale: #5C5C5C. Windows color (decimal): -6928591 or 3229590. OLE color: 3229590.

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

Color convert

RGB 150 71 49 -
CMYK 0 0.53 0.67 0.41
HSL 13.07º 0.51% 0.39% -
HSV(B) 13.07º 0.67% 0.59% -
XYZ 15.39 11.21 4.26 -
YUV 92.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 150 71 49 0 0.53 0.67 0.41 13.07 0.51 0.39
Hex 96 47 31 0 35 43 29 D 33 27
Octal 226 107 61 0 65 103 51 15 63 47
Binary 10010110 1000111 110001 0 110101 1000011 101001 1101 110011 100111

Color Harmonies of #964731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964731

Black with #964731

Text Example


Text Example

White with #964731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964731; }

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

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

background-color css

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

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

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

border-color css

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

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

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