#964833

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

Shades of Tia Maria #964833

Tints of Tia Maria #964833

Color information

#964833 (or 0x964833) is unknown color: approx Tia Maria. HEX triplet: 96, 48 and 33. RGB value is (150,72,51). Sum of RGB (Red+Green+Blue) = 150+72+51=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #964833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964833 is #69B7CC. Grayscale: #5D5D5D. Windows color (decimal): -6928333 or 3360918. OLE color: 3360918.

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

Color convert

RGB1507251-
CMYK00.520.660.41
HSL12.73º49.25%39.41%-
HSV(B)12.73º66%58.82%-
XYZ15.4911.364.51-
YUV92.93104.34168.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=54.95%
G=26.37%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150725100.520.660.4112.7349.2539.41
Hex9648330344229d3127
Octal2261106306410251156147
Binary100101101001000110011011010010000101010011101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964833; }

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

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

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

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

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

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

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

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