Html Css Color HEX #8E502D Chelsea Gem

📋 copy color: '#8E502D'

red 142 ◦ green 80 ◦ blue 45

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

Shades of Chelsea Gem #8E502D

Tints of Chelsea Gem #8E502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 53.18%
G = 29.96%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E502D (or 0x8E502D) is known color: Chelsea Gem. HEX triplet: 8E, 50 and 2D. RGB value is (142,80,45). Sum of RGB (Red+Green+Blue) = 142+80+45=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E502D is #71AFD2. Grayscale: #5E5E5E. Windows color (decimal): -7450579 or 2969742. OLE color: 2969742.

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

Color convert

RGB 142 80 45 -
CMYK 0 0.44 0.68 0.44
HSL 21.65º 0.52% 0.37% -
HSV(B) 21.65º 0.68% 0.56% -
XYZ 14.5 11.68 3.97 -
YUV 94.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 142 80 45 0 0.44 0.68 0.44 21.65 0.52 0.37
Hex 8E 50 2D 0 2C 44 2C 16 34 25
Octal 216 120 55 0 54 104 54 26 64 45
Binary 10001110 1010000 101101 0 101100 1000100 101100 10110 110100 100101

Color Harmonies of #8E502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E502D

Black with #8E502D

Text Example


Text Example

White with #8E502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,45); }

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

background-color css

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

 a { background-color: rgb(142,80,45); }

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

border-color css

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

 span { border-color: rgb(142,80,45); }

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