#95412C

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

Shades of Tia Maria #95412C

Tints of Tia Maria #95412C

Color information

#95412C (or 0x95412C) is unknown color: approx Tia Maria. HEX triplet: 95, 41 and 2C. RGB value is (149,65,44). Sum of RGB (Red+Green+Blue) = 149+65+44=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95412C is #6ABED3. Grayscale: #575757. Windows color (decimal): -6995668 or 2900373. OLE color: 2900373.

HSL color Cylindrical-coordinate representation of color #95412C: hue angle of 12º 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 #95412C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1496544-
CMYK00.560.700.42
HSL12º54.4%37.84%-
HSV(B)12º70.47%58.43%-
XYZ14.7410.353.6-
YUV87.72103.33171.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=57.75%
G=25.19%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149654400.560.700.421254.437.84
Hex95412C038462Ac3626
Octal2251015407010652146646
Binary100101011000001101100011100010001101010101100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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