Html Css Color HEX #964429 Tia Maria

📋 copy color: '#964429'

red 150 ◦ green 68 ◦ blue 41

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

Shades of Tia Maria #964429

Tints of Tia Maria #964429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

 BLUE value IS 41 (16.41% from 255) = 15.83%

R = 57.92%
G = 26.25%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#964429 (or 0x964429) is known color: Tia Maria. HEX triplet: 96, 44 and 29. RGB value is (150,68,41). Sum of RGB (Red+Green+Blue) = 150+68+41=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #964429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964429 is #69BBD6. Grayscale: #595959. Windows color (decimal): -6929367 or 2704534. OLE color: 2704534.

HSL color Cylindrical-coordinate representation of color #964429: hue angle of 14.86º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #964429 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 68 41 -
CMYK 0 0.55 0.73 0.41
HSL 14.86º 0.57% 0.37% -
HSV(B) 14.86º 0.73% 0.59% -
XYZ 15.05 10.78 3.39 -
YUV 89.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 150 68 41 0 0.55 0.73 0.41 14.86 0.57 0.37
Hex 96 44 29 0 37 49 29 F 39 25
Octal 226 104 51 0 67 111 51 17 71 45
Binary 10010110 1000100 101001 0 110111 1001001 101001 1111 111001 100101

Color Harmonies of #964429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964429

Black with #964429

Text Example


Text Example

White with #964429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964429; }

 p { color: rgb(150,68,41); }

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

background-color css

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

 a { background-color: rgb(150,68,41); }

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

border-color css

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

 span { border-color: rgb(150,68,41); }

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