#95462C

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

Shades of Tia Maria #95462C

Tints of Tia Maria #95462C

Color information

#95462C (or 0x95462C) is unknown color: approx Tia Maria. HEX triplet: 95, 46 and 2C. RGB value is (149,70,44). Sum of RGB (Red+Green+Blue) = 149+70+44=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95462C is #6AB9D3. Grayscale: #5A5A5A. Windows color (decimal): -6994388 or 2901653. OLE color: 2901653.

HSL color Cylindrical-coordinate representation of color #95462C: hue angle of 14.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95462C is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1497044-
CMYK00.530.700.42
HSL14.86º54.4%37.84%-
HSV(B)14.86º70.47%58.43%-
XYZ15.0410.953.7-
YUV90.66101.67169.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 44 (17.58% from 255) = 16.73%
R=56.65%
G=26.62%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149704400.530.700.4214.8654.437.84
Hex95462C035462Af3626
Octal2251065406510652176646
Binary100101011000110101100011010110001101010101111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95462C; }

 p { color: rgb(149,70,44); }

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

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

 a { background-color: rgb(149,70,44); }

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

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

 span { border-color: rgb(149,70,44); }

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