#95412F

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

Shades of Tia Maria #95412F

Tints of Tia Maria #95412F

Color information

#95412F (or 0x95412F) is unknown color: approx Tia Maria. HEX triplet: 95, 41 and 2F. RGB value is (149,65,47). Sum of RGB (Red+Green+Blue) = 149+65+47=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95412F is #6ABED0. Grayscale: #585858. Windows color (decimal): -6995665 or 3096981. OLE color: 3096981.

HSL color Cylindrical-coordinate representation of color #95412F: hue angle of 10.59º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95412F is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1496547-
CMYK00.560.680.42
HSL10.59º52.04%38.43%-
HSV(B)10.59º68.46%58.43%-
XYZ14.810.383.91-
YUV88.06104.83171.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=57.09%
G=24.90%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149654700.560.680.4210.5952.0438.43
Hex95412F038442Ab3426
Octal2251015707010452136446
Binary100101011000001101111011100010001001010101011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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