#95422F

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

Shades of Tia Maria #95422F

Tints of Tia Maria #95422F

Color information

#95422F (or 0x95422F) is unknown color: approx Tia Maria. HEX triplet: 95, 42 and 2F. RGB value is (149,66,47). Sum of RGB (Red+Green+Blue) = 149+66+47=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95422F is #6ABDD0. Grayscale: #585858. Windows color (decimal): -6995409 or 3097237. OLE color: 3097237.

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

Color convert

RGB1496647-
CMYK00.560.680.42
HSL11.18º52.04%38.43%-
HSV(B)11.18º68.46%58.43%-
XYZ14.8610.493.93-
YUV88.65104.5171.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.87%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=56.87%
G=25.19%
B=17.94%

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
Decimal149664700.560.680.4211.1852.0438.43
Hex95422F038442Ab3426
Octal2251025707010452136446
Binary100101011000010101111011100010001001010101011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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