#95452A

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

Shades of Tia Maria #95452A

Tints of Tia Maria #95452A

Color information

#95452A (or 0x95452A) is unknown color: approx Tia Maria. HEX triplet: 95, 45 and 2A. RGB value is (149,69,42). Sum of RGB (Red+Green+Blue) = 149+69+42=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95452A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95452A is #6ABAD5. Grayscale: #5A5A5A. Windows color (decimal): -6994646 or 2770325. OLE color: 2770325.

HSL color Cylindrical-coordinate representation of color #95452A: hue angle of 15.14º 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 #95452A is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1496942-
CMYK00.540.720.42
HSL15.14º56.02%37.45%-
HSV(B)15.14º71.81%58.43%-
XYZ14.9410.813.49-
YUV89.84101170.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=57.31%
G=26.54%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149694200.540.720.4215.1456.0237.45
Hex95452A036482Af3825
Octal2251055206611052177045
Binary100101011000101101010011011010010001010101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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