Html Css Color HEX #8E5130 Chelsea Gem

📋 copy color: '#8E5130'

red 142 ◦ green 81 ◦ blue 48

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

Shades of Chelsea Gem #8E5130

Tints of Chelsea Gem #8E5130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 52.4%
G = 29.89%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8E5130 (or 0x8E5130) is known color: Chelsea Gem. HEX triplet: 8E, 51 and 30. RGB value is (142,81,48). Sum of RGB (Red+Green+Blue) = 142+81+48=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5130 is #71AECF. Grayscale: #5F5F5F. Windows color (decimal): -7450320 or 3166606. OLE color: 3166606.

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

Color convert

RGB 142 81 48 -
CMYK 0 0.43 0.66 0.44
HSL 21.06º 0.49% 0.37% -
HSV(B) 21.06º 0.66% 0.56% -
XYZ 14.63 11.85 4.31 -
YUV 95.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 142 81 48 0 0.43 0.66 0.44 21.06 0.49 0.37
Hex 8E 51 30 0 2B 42 2C 15 31 25
Octal 216 121 60 0 53 102 54 25 61 45
Binary 10001110 1010001 110000 0 101011 1000010 101100 10101 110001 100101

Color Harmonies of #8E5130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5130

Black with #8E5130

Text Example


Text Example

White with #8E5130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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