#95422A

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

Shades of Tia Maria #95422A

Tints of Tia Maria #95422A

Color information

#95422A (or 0x95422A) is unknown color: approx Tia Maria. HEX triplet: 95, 42 and 2A. RGB value is (149,66,42). Sum of RGB (Red+Green+Blue) = 149+66+42=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #95422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95422A is #6ABDD5. Grayscale: #585858. Windows color (decimal): -6995414 or 2769557. OLE color: 2769557.

HSL color Cylindrical-coordinate representation of color #95422A: hue angle of 13.46º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95422A is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1496642-
CMYK00.560.720.42
HSL13.46º56.02%37.45%-
HSV(B)13.46º71.81%58.43%-
XYZ14.7610.453.43-
YUV88.08102171.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=57.98%
G=25.68%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149664200.560.720.4213.4656.0237.45
Hex95422A038482Ad3825
Octal2251025207011052157045
Binary100101011000010101010011100010010001010101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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