Html Css Color HEX #964129 Tia Maria

📋 copy color: '#964129'

red 150 ◦ green 65 ◦ blue 41

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

Shades of Tia Maria #964129

Tints of Tia Maria #964129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 58.59%
G = 25.39%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#964129 (or 0x964129) is known color: Tia Maria. HEX triplet: 96, 41 and 29. RGB value is (150,65,41). Sum of RGB (Red+Green+Blue) = 150+65+41=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #964129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964129 is #69BED6. Grayscale: #575757. Windows color (decimal): -6930135 or 2703766. OLE color: 2703766.

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

Color convert

RGB 150 65 41 -
CMYK 0 0.57 0.73 0.41
HSL 13.21º 0.57% 0.37% -
HSV(B) 13.21º 0.73% 0.59% -
XYZ 14.87 10.42 3.33 -
YUV 87.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 150 65 41 0 0.57 0.73 0.41 13.21 0.57 0.37
Hex 96 41 29 0 39 49 29 D 39 25
Octal 226 101 51 0 71 111 51 15 71 45
Binary 10010110 1000001 101001 0 111001 1001001 101001 1101 111001 100101

Color Harmonies of #964129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964129

Black with #964129

Text Example


Text Example

White with #964129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964129; }

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

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

background-color css

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

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

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

border-color css

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

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

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