Html Css Color HEX #8F542C Chelsea Gem

📋 copy color: '#8F542C'

red 143 ◦ green 84 ◦ blue 44

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

Shades of Chelsea Gem #8F542C

Tints of Chelsea Gem #8F542C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 52.77%
G = 31%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F542C (or 0x8F542C) is known color: Chelsea Gem. HEX triplet: 8F, 54 and 2C. RGB value is (143,84,44). Sum of RGB (Red+Green+Blue) = 143+84+44=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F542C is #70ABD3. Grayscale: #616161. Windows color (decimal): -7384020 or 2905231. OLE color: 2905231.

HSL color Cylindrical-coordinate representation of color #8F542C: hue angle of 24.24º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F542C is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 84 44 -
CMYK 0 0.41 0.69 0.44
HSL 24.24º 0.53% 0.37% -
HSV(B) 24.24º 0.69% 0.56% -
XYZ 14.95 12.36 3.98 -
YUV 97.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 143 84 44 0 0.41 0.69 0.44 24.24 0.53 0.37
Hex 8F 54 2C 0 29 45 2C 18 35 25
Octal 217 124 54 0 51 105 54 30 65 45
Binary 10001111 1010100 101100 0 101001 1000101 101100 11000 110101 100101

Color Harmonies of #8F542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F542C

Black with #8F542C

Text Example


Text Example

White with #8F542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,84,44); }

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

background-color css

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

 a { background-color: rgb(143,84,44); }

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

border-color css

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

 span { border-color: rgb(143,84,44); }

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