Html Css Color HEX #8E512D Chelsea Gem

📋 copy color: '#8E512D'

red 142 ◦ green 81 ◦ blue 45

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

Shades of Chelsea Gem #8E512D

Tints of Chelsea Gem #8E512D

RGB

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

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

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

R = 52.99%
G = 30.22%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E512D (or 0x8E512D) is known color: Chelsea Gem. HEX triplet: 8E, 51 and 2D. RGB value is (142,81,45). Sum of RGB (Red+Green+Blue) = 142+81+45=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E512D is #71AED2. Grayscale: #5F5F5F. Windows color (decimal): -7450323 or 2969998. OLE color: 2969998.

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

Color convert

RGB 142 81 45 -
CMYK 0 0.43 0.68 0.44
HSL 22.27º 0.52% 0.37% -
HSV(B) 22.27º 0.68% 0.56% -
XYZ 14.57 11.83 4 -
YUV 95.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 142 81 45 0 0.43 0.68 0.44 22.27 0.52 0.37
Hex 8E 51 2D 0 2B 44 2C 16 34 25
Octal 216 121 55 0 53 104 54 26 64 45
Binary 10001110 1010001 101101 0 101011 1000100 101100 10110 110100 100101

Color Harmonies of #8E512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E512D

Black with #8E512D

Text Example


Text Example

White with #8E512D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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