#95402C

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

Shades of Tia Maria #95402C

Tints of Tia Maria #95402C

Color information

#95402C (or 0x95402C) is unknown color: approx Tia Maria. HEX triplet: 95, 40 and 2C. RGB value is (149,64,44). Sum of RGB (Red+Green+Blue) = 149+64+44=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #95402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95402C is #6ABFD3. Grayscale: #575757. Windows color (decimal): -6995924 or 2900117. OLE color: 2900117.

HSL color Cylindrical-coordinate representation of color #95402C: hue angle of 11.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95402C is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1496444-
CMYK00.570.700.42
HSL11.43º54.4%37.84%-
HSV(B)11.43º70.47%58.43%-
XYZ14.6810.243.59-
YUV87.14103.66172.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=57.98%
G=24.90%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149644400.570.700.4211.4354.437.84
Hex95402C039462Ab3626
Octal2251005407110652136646
Binary100101011000000101100011100110001101010101011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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