Html Css Color HEX #8F4732 Tia Maria

📋 copy color: '#8F4732'

red 143 ◦ green 71 ◦ blue 50

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

Shades of Tia Maria #8F4732

Tints of Tia Maria #8F4732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

 BLUE value IS 50 (19.92% from 255) = 18.94%

R = 54.17%
G = 26.89%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8F4732 (or 0x8F4732) is known color: Tia Maria. HEX triplet: 8F, 47 and 32. RGB value is (143,71,50). Sum of RGB (Red+Green+Blue) = 143+71+50=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4732 is #70B8CD. Grayscale: #5A5A5A. Windows color (decimal): -7387342 or 3295119. OLE color: 3295119.

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

Color convert

RGB 143 71 50 -
CMYK 0 0.50 0.65 0.44
HSL 13.55º 0.48% 0.38% -
HSV(B) 13.55º 0.65% 0.56% -
XYZ 14.16 10.58 4.31 -
YUV 90.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 143 71 50 0 0.50 0.65 0.44 13.55 0.48 0.38
Hex 8F 47 32 0 32 41 2C E 30 26
Octal 217 107 62 0 62 101 54 16 60 46
Binary 10001111 1000111 110010 0 110010 1000001 101100 1110 110000 100110

Color Harmonies of #8F4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4732

Black with #8F4732

Text Example


Text Example

White with #8F4732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,71,50); }

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

background-color css

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

 a { background-color: rgb(143,71,50); }

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

border-color css

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

 span { border-color: rgb(143,71,50); }

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