#964831

Color #964831 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #964831

Tints of Tia Maria #964831

Color information

#964831 (or 0x964831) is unknown color: approx Tia Maria. HEX triplet: 96, 48 and 31. RGB value is (150,72,49). Sum of RGB (Red+Green+Blue) = 150+72+49=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #964831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964831 is #69B7CE. Grayscale: #5C5C5C. Windows color (decimal): -6928335 or 3229846. OLE color: 3229846.

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

Color convert

RGB1507249-
CMYK00.520.670.41
HSL13.66º50.75%39.02%-
HSV(B)13.66º67.33%58.82%-
XYZ15.4511.344.28-
YUV92.7103.34168.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=55.35%
G=26.57%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150724900.520.670.4113.6650.7539.02
Hex9648310344329e3327
Octal2261106106410351166347
Binary100101101001000110001011010010000111010011110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964831; }

 p { color: rgb(150,72,49); }

 H1.HeaderClassName
 {
   color: #964831;
 }
 .AnyTagClassName
 {
   color: #964831;
 }
</style>
background-color css

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

 a { background-color: rgb(150,72,49); }

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

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

 span { border-color: rgb(150,72,49); }

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