Html Css Color HEX #964734 Tia Maria

📋 copy color: '#964734'

red 150 ◦ green 71 ◦ blue 52

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

Shades of Tia Maria #964734

Tints of Tia Maria #964734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 54.95%
G = 26.01%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#964734 (or 0x964734) is known color: Tia Maria. HEX triplet: 96, 47 and 34. RGB value is (150,71,52). Sum of RGB (Red+Green+Blue) = 150+71+52=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #964734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964734 is #69B8CB. Grayscale: #5C5C5C. Windows color (decimal): -6928588 or 3426198. OLE color: 3426198.

HSL color Cylindrical-coordinate representation of color #964734: hue angle of 11.63º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964734 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 52 -
CMYK 0 0.53 0.65 0.41
HSL 11.63º 0.49% 0.4% -
HSV(B) 11.63º 0.65% 0.59% -
XYZ 15.45 11.24 4.6 -
YUV 92.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 150 71 52 0 0.53 0.65 0.41 11.63 0.49 0.4
Hex 96 47 34 0 35 41 29 C 31 28
Octal 226 107 64 0 65 101 51 14 61 50
Binary 10010110 1000111 110100 0 110101 1000001 101001 1100 110001 101000

Color Harmonies of #964734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964734

Black with #964734

Text Example


Text Example

White with #964734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964734; }

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

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

background-color css

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

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

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

border-color css

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

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

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