#954134

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

Shades of Tia Maria #954134

Tints of Tia Maria #954134

Color information

#954134 (or 0x954134) is unknown color: approx Tia Maria. HEX triplet: 95, 41 and 34. RGB value is (149,65,52). Sum of RGB (Red+Green+Blue) = 149+65+52=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #954134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954134 is #6ABECB. Grayscale: #585858. Windows color (decimal): -6995660 or 3424661. OLE color: 3424661.

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

Color convert

RGB1496552-
CMYK00.560.650.42
HSL8.04º48.26%39.41%-
HSV(B)8.04º65.1%58.43%-
XYZ14.910.424.47-
YUV88.63107.33171.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 52 (20.70% from 255) = 19.55%
R=56.02%
G=24.44%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149655200.560.650.428.0448.2639.41
Hex954134038412A83027
Octal2251016407010152106047
Binary100101011000001110100011100010000011010101000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954134; }

 p { color: rgb(149,65,52); }

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

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

 a { background-color: rgb(149,65,52); }

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

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

 span { border-color: rgb(149,65,52); }

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