#954432

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

Shades of Tia Maria #954432

Tints of Tia Maria #954432

Color information

#954432 (or 0x954432) is unknown color: approx Tia Maria. HEX triplet: 95, 44 and 32. RGB value is (149,68,50). Sum of RGB (Red+Green+Blue) = 149+68+50=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #954432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954432 is #6ABBCD. Grayscale: #5A5A5A. Windows color (decimal): -6994894 or 3294357. OLE color: 3294357.

HSL color Cylindrical-coordinate representation of color #954432: hue angle of 10.91º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954432 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1496850-
CMYK00.540.660.42
HSL10.91º49.75%39.02%-
HSV(B)10.91º66.44%58.43%-
XYZ15.0410.754.3-
YUV90.17105.34169.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=55.81%
G=25.47%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149685000.540.660.4210.9149.7539.02
Hex954432036422Ab3227
Octal2251046206610252136247
Binary100101011000100110010011011010000101010101011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954432; }

 p { color: rgb(149,68,50); }

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

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

 a { background-color: rgb(149,68,50); }

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

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

 span { border-color: rgb(149,68,50); }

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