#8F4635

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

Shades of Tia Maria #8F4635

Tints of Tia Maria #8F4635

Color information

#8F4635 (or 0x8F4635) is unknown color: approx Tia Maria. HEX triplet: 8F, 46 and 35. RGB value is (143,70,53). Sum of RGB (Red+Green+Blue) = 143+70+53=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4635 is #70B9CA. Grayscale: #5A5A5A. Windows color (decimal): -7387595 or 3491471. OLE color: 3491471.

HSL color Cylindrical-coordinate representation of color #8F4635: hue angle of 11.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F4635 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1437053-
CMYK00.510.630.44
HSL11.33º45.92%38.43%-
HSV(B)11.33º62.94%56.08%-
XYZ14.1610.484.64-
YUV89.89107.18165.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.76%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 53 (21.09% from 255) = 19.92%
R=53.76%
G=26.32%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143705300.510.630.4411.3345.9238.43
Hex8F46350333F2Cb2e26
Octal217106650637754135646
Binary10001111100011011010101100111111111011001011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F4635; }

 p { color: rgb(143,70,53); }

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

<style>
 a { background-color: #8F4635; }

 a { background-color: rgb(143,70,53); }

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

<style>
 span { border-color: #8F4635; }

 span { border-color: rgb(143,70,53); }

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