#95472F

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

Shades of Tia Maria #95472F

Tints of Tia Maria #95472F

Color information

#95472F (or 0x95472F) is unknown color: approx Tia Maria. HEX triplet: 95, 47 and 2F. RGB value is (149,71,47). Sum of RGB (Red+Green+Blue) = 149+71+47=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #95472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95472F is #6AB8D0. Grayscale: #5B5B5B. Windows color (decimal): -6994129 or 3098517. OLE color: 3098517.

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

Color convert

RGB1497147-
CMYK00.520.680.42
HSL14.12º52.04%38.43%-
HSV(B)14.12º68.46%58.43%-
XYZ15.1611.14.03-
YUV91.59102.84168.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=55.81%
G=26.59%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149714700.520.680.4214.1252.0438.43
Hex95472F034442Ae3426
Octal2251075706410452166446
Binary100101011000111101111011010010001001010101110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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