Html Css Color HEX #8F4435 Tia Maria

📋 copy color: '#8F4435'

red 143 ◦ green 68 ◦ blue 53

#8F4435
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tia Maria #8F4435

Tints of Tia Maria #8F4435

RGB

 RED value IS 143 (56.25% from 255) = 54.17%

 GREEN value IS 68 (26.95% from 255) = 25.76%

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 54.17%
G = 25.76%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8F4435 (or 0x8F4435) is known color: Tia Maria. HEX triplet: 8F, 44 and 35. RGB value is (143,68,53). Sum of RGB (Red+Green+Blue) = 143+68+53=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4435 is #70BBCA. Grayscale: #585858. Windows color (decimal): -7388107 or 3490959. OLE color: 3490959.

HSL color Cylindrical-coordinate representation of color #8F4435: hue angle of 10º 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 #8F4435 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 68 53 -
CMYK 0 0.52 0.63 0.44
HSL 10º 0.46% 0.38% -
HSV(B) 10º 0.63% 0.56% -
XYZ 14.04 10.23 4.6 -
YUV 88.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 143 68 53 0 0.52 0.63 0.44 10 0.46 0.38
Hex 8F 44 35 0 34 3F 2C A 2E 26
Octal 217 104 65 0 64 77 54 12 56 46
Binary 10001111 1000100 110101 0 110100 111111 101100 1010 101110 100110

Color Harmonies of #8F4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4435

Black with #8F4435

Text Example


Text Example

White with #8F4435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F4435;
 }
 .AnyTagClassName
 {
   color: #8F4435;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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