#954327

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

Shades of Tia Maria #954327

Tints of Tia Maria #954327

Color information

#954327 (or 0x954327) is unknown color: approx Tia Maria. HEX triplet: 95, 43 and 27. RGB value is (149,67,39). Sum of RGB (Red+Green+Blue) = 149+67+39=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #954327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954327 is #6ABCD8. Grayscale: #585858. Windows color (decimal): -6995161 or 2573205. OLE color: 2573205.

HSL color Cylindrical-coordinate representation of color #954327: hue angle of 15.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #954327 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1496739-
CMYK00.550.740.42
HSL15.27º58.51%36.86%-
HSV(B)15.27º73.83%58.43%-
XYZ14.7710.553.18-
YUV88.33100.17171.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.43%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 39 (15.62% from 255) = 15.29%
R=58.43%
G=26.27%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149673900.550.740.4215.2758.5136.86
Hex9543270374A2Af3b25
Octal2251034706711252177345
Binary100101011000011100111011011110010101010101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954327; }

 p { color: rgb(149,67,39); }

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

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

 a { background-color: rgb(149,67,39); }

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

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

 span { border-color: rgb(149,67,39); }

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