#95442E

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

Shades of Tia Maria #95442E

Tints of Tia Maria #95442E

Color information

#95442E (or 0x95442E) is unknown color: approx Tia Maria. HEX triplet: 95, 44 and 2E. RGB value is (149,68,46). Sum of RGB (Red+Green+Blue) = 149+68+46=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95442E is #6ABBD1. Grayscale: #595959. Windows color (decimal): -6994898 or 3032213. OLE color: 3032213.

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

Color convert

RGB1496846-
CMYK00.540.690.42
HSL12.82º52.82%38.24%-
HSV(B)12.82º69.13%58.43%-
XYZ14.9510.723.87-
YUV89.71103.34170.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=56.65%
G=25.86%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149684600.540.690.4212.8252.8238.24
Hex95442E036452Ad3526
Octal2251045606610552156546
Binary100101011000100101110011011010001011010101101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95442E; }

 p { color: rgb(149,68,46); }

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

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

 a { background-color: rgb(149,68,46); }

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

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

 span { border-color: rgb(149,68,46); }

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