Html Css Color HEX #8E512F Chelsea Gem

📋 copy color: '#8E512F'

red 142 ◦ green 81 ◦ blue 47

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

Shades of Chelsea Gem #8E512F

Tints of Chelsea Gem #8E512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

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

R = 52.59%
G = 30%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E512F (or 0x8E512F) is known color: Chelsea Gem. HEX triplet: 8E, 51 and 2F. RGB value is (142,81,47). Sum of RGB (Red+Green+Blue) = 142+81+47=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E512F is #71AED0. Grayscale: #5F5F5F. Windows color (decimal): -7450321 or 3101070. OLE color: 3101070.

HSL color Cylindrical-coordinate representation of color #8E512F: hue angle of 21.47º 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 #8E512F is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 81 47 -
CMYK 0 0.43 0.67 0.44
HSL 21.47º 0.5% 0.37% -
HSV(B) 21.47º 0.67% 0.56% -
XYZ 14.61 11.84 4.2 -
YUV 95.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 142 81 47 0 0.43 0.67 0.44 21.47 0.5 0.37
Hex 8E 51 2F 0 2B 43 2C 15 32 25
Octal 216 121 57 0 53 103 54 25 62 45
Binary 10001110 1010001 101111 0 101011 1000011 101100 10101 110010 100101

Color Harmonies of #8E512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E512F

Black with #8E512F

Text Example


Text Example

White with #8E512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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