Html Css Color HEX #8E502E Chelsea Gem

📋 copy color: '#8E502E'

red 142 ◦ green 80 ◦ blue 46

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

Shades of Chelsea Gem #8E502E

Tints of Chelsea Gem #8E502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 52.99%
G = 29.85%
B = 17.16%

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

#8E502E (or 0x8E502E) is known color: Chelsea Gem. HEX triplet: 8E, 50 and 2E. RGB value is (142,80,46). Sum of RGB (Red+Green+Blue) = 142+80+46=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E502E is #71AFD1. Grayscale: #5E5E5E. Windows color (decimal): -7450578 or 3035278. OLE color: 3035278.

HSL color Cylindrical-coordinate representation of color #8E502E: hue angle of 21.25º degrees, saturation: 0.51, 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 #8E502E is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 80 46 -
CMYK 0 0.44 0.68 0.44
HSL 21.25º 0.51% 0.37% -
HSV(B) 21.25º 0.68% 0.56% -
XYZ 14.52 11.69 4.08 -
YUV 94.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 142 80 46 0 0.44 0.68 0.44 21.25 0.51 0.37
Hex 8E 50 2E 0 2C 44 2C 15 33 25
Octal 216 120 56 0 54 104 54 25 63 45
Binary 10001110 1010000 101110 0 101100 1000100 101100 10101 110011 100101

Color Harmonies of #8E502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E502E

Black with #8E502E

Text Example


Text Example

White with #8E502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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