Html Css Color HEX #964130 Tia Maria

📋 copy color: '#964130'

red 150 ◦ green 65 ◦ blue 48

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

Shades of Tia Maria #964130

Tints of Tia Maria #964130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 57.03%
G = 24.71%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#964130 (or 0x964130) is known color: Tia Maria. HEX triplet: 96, 41 and 30. RGB value is (150,65,48). Sum of RGB (Red+Green+Blue) = 150+65+48=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #964130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964130 is #69BECF. Grayscale: #585858. Windows color (decimal): -6930128 or 3162518. OLE color: 3162518.

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

Color convert

RGB 150 65 48 -
CMYK 0 0.57 0.68 0.41
HSL 10º 0.52% 0.39% -
HSV(B) 10º 0.68% 0.59% -
XYZ 15 10.48 4.03 -
YUV 88.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 150 65 48 0 0.57 0.68 0.41 10 0.52 0.39
Hex 96 41 30 0 39 44 29 A 34 27
Octal 226 101 60 0 71 104 51 12 64 47
Binary 10010110 1000001 110000 0 111001 1000100 101001 1010 110100 100111

Color Harmonies of #964130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964130

Black with #964130

Text Example


Text Example

White with #964130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964130; }

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

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

background-color css

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

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

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

border-color css

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

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

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