Html Css Color HEX #964732 Tia Maria

📋 copy color: '#964732'

red 150 ◦ green 71 ◦ blue 50

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

Shades of Tia Maria #964732

Tints of Tia Maria #964732

RGB

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

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

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

R = 55.35%
G = 26.2%
B = 18.45%

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

#964732 (or 0x964732) is known color: Tia Maria. HEX triplet: 96, 47 and 32. RGB value is (150,71,50). Sum of RGB (Red+Green+Blue) = 150+71+50=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #964732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964732 is #69B8CD. Grayscale: #5C5C5C. Windows color (decimal): -6928590 or 3295126. OLE color: 3295126.

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

Color convert

RGB 150 71 50 -
CMYK 0 0.53 0.67 0.41
HSL 12.6º 0.5% 0.39% -
HSV(B) 12.6º 0.67% 0.59% -
XYZ 15.41 11.22 4.37 -
YUV 92.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 150 71 50 0 0.53 0.67 0.41 12.6 0.5 0.39
Hex 96 47 32 0 35 43 29 D 32 27
Octal 226 107 62 0 65 103 51 15 62 47
Binary 10010110 1000111 110010 0 110101 1000011 101001 1101 110010 100111

Color Harmonies of #964732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964732

Black with #964732

Text Example


Text Example

White with #964732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964732; }

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

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

background-color css

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

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

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

border-color css

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

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

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