Html Css Color HEX #964028 Tia Maria

📋 copy color: '#964028'

red 150 ◦ green 64 ◦ blue 40

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

Shades of Tia Maria #964028

Tints of Tia Maria #964028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 59.06%
G = 25.2%
B = 15.75%

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

#964028 (or 0x964028) is known color: Tia Maria. HEX triplet: 96, 40 and 28. RGB value is (150,64,40). Sum of RGB (Red+Green+Blue) = 150+64+40=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #964028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964028 is #69BFD7. Grayscale: #575757. Windows color (decimal): -6930392 or 2637974. OLE color: 2637974.

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

Color convert

RGB 150 64 40 -
CMYK 0 0.57 0.73 0.41
HSL 13.09º 0.58% 0.37% -
HSV(B) 13.09º 0.73% 0.59% -
XYZ 14.79 10.3 3.22 -
YUV 86.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 150 64 40 0 0.57 0.73 0.41 13.09 0.58 0.37
Hex 96 40 28 0 39 49 29 D 3A 25
Octal 226 100 50 0 71 111 51 15 72 45
Binary 10010110 1000000 101000 0 111001 1001001 101001 1101 111010 100101

Color Harmonies of #964028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964028

Black with #964028

Text Example


Text Example

White with #964028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964028; }

 p { color: rgb(150,64,40); }

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

background-color css

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

 a { background-color: rgb(150,64,40); }

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

border-color css

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

 span { border-color: rgb(150,64,40); }

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