#95422E

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

Shades of Tia Maria #95422E

Tints of Tia Maria #95422E

Color information

#95422E (or 0x95422E) is unknown color: approx Tia Maria. HEX triplet: 95, 42 and 2E. RGB value is (149,66,46). Sum of RGB (Red+Green+Blue) = 149+66+46=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95422E is #6ABDD1. Grayscale: #585858. Windows color (decimal): -6995410 or 3031701. OLE color: 3031701.

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

Color convert

RGB1496646-
CMYK00.560.690.42
HSL11.65º52.82%38.24%-
HSV(B)11.65º69.13%58.43%-
XYZ14.8410.483.83-
YUV88.54104171.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=57.09%
G=25.29%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149664600.560.690.4211.6552.8238.24
Hex95422E038452Ac3526
Octal2251025607010552146546
Binary100101011000010101110011100010001011010101100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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