Html Css Color HEX #8E5431 Chelsea Gem

📋 copy color: '#8E5431'

red 142 ◦ green 84 ◦ blue 49

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

Shades of Chelsea Gem #8E5431

Tints of Chelsea Gem #8E5431

RGB

 RED value IS 142 (55.86% from 255) = 51.64%

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

 BLUE value IS 49 (19.53% from 255) = 17.82%

R = 51.64%
G = 30.55%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E5431 (or 0x8E5431) is known color: Chelsea Gem. HEX triplet: 8E, 54 and 31. RGB value is (142,84,49). Sum of RGB (Red+Green+Blue) = 142+84+49=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5431 is #71ABCE. Grayscale: #616161. Windows color (decimal): -7449551 or 3232910. OLE color: 3232910.

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

Color convert

RGB 142 84 49 -
CMYK 0 0.41 0.65 0.44
HSL 22.58º 0.49% 0.37% -
HSV(B) 22.58º 0.65% 0.56% -
XYZ 14.88 12.31 4.5 -
YUV 97.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 142 84 49 0 0.41 0.65 0.44 22.58 0.49 0.37
Hex 8E 54 31 0 29 41 2C 17 31 25
Octal 216 124 61 0 51 101 54 27 61 45
Binary 10001110 1010100 110001 0 101001 1000001 101100 10111 110001 100101

Color Harmonies of #8E5431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5431

Black with #8E5431

Text Example


Text Example

White with #8E5431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,84,49); }

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

background-color css

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

 a { background-color: rgb(142,84,49); }

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

border-color css

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

 span { border-color: rgb(142,84,49); }

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