Html Css Color HEX #8E522F Chelsea Gem

📋 copy color: '#8E522F'

red 142 ◦ green 82 ◦ blue 47

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

Shades of Chelsea Gem #8E522F

Tints of Chelsea Gem #8E522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 52.4%
G = 30.26%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E522F (or 0x8E522F) is known color: Chelsea Gem. HEX triplet: 8E, 52 and 2F. RGB value is (142,82,47). Sum of RGB (Red+Green+Blue) = 142+82+47=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E522F is #71ADD0. Grayscale: #606060. Windows color (decimal): -7450065 or 3101326. OLE color: 3101326.

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

Color convert

RGB 142 82 47 -
CMYK 0 0.42 0.67 0.44
HSL 22.11º 0.5% 0.37% -
HSV(B) 22.11º 0.67% 0.56% -
XYZ 14.69 11.99 4.23 -
YUV 95.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 142 82 47 0 0.42 0.67 0.44 22.11 0.5 0.37
Hex 8E 52 2F 0 2A 43 2C 16 32 25
Octal 216 122 57 0 52 103 54 26 62 45
Binary 10001110 1010010 101111 0 101010 1000011 101100 10110 110010 100101

Color Harmonies of #8E522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E522F

Black with #8E522F

Text Example


Text Example

White with #8E522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,82,47); }

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

background-color css

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

 a { background-color: rgb(142,82,47); }

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

border-color css

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

 span { border-color: rgb(142,82,47); }

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