#95402E

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

Shades of Tia Maria #95402E

Tints of Tia Maria #95402E

Color information

#95402E (or 0x95402E) is unknown color: approx Tia Maria. HEX triplet: 95, 40 and 2E. RGB value is (149,64,46). Sum of RGB (Red+Green+Blue) = 149+64+46=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95402E is #6ABFD1. Grayscale: #575757. Windows color (decimal): -6995922 or 3031189. OLE color: 3031189.

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

Color convert

RGB1496446-
CMYK00.570.690.42
HSL10.49º52.82%38.24%-
HSV(B)10.49º69.13%58.43%-
XYZ14.7210.253.79-
YUV87.36104.66171.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=57.53%
G=24.71%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149644600.570.690.4210.4952.8238.24
Hex95402E039452Aa3526
Octal2251005607110552126546
Binary100101011000000101110011100110001011010101010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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