Html Css Color HEX #8C562E Chelsea Gem

📋 copy color: '#8C562E'

red 140 ◦ green 86 ◦ blue 46

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

Shades of Chelsea Gem #8C562E

Tints of Chelsea Gem #8C562E

RGB

 RED value IS 140 (55.08% from 255) = 51.47%

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 51.47%
G = 31.62%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C562E (or 0x8C562E) is known color: Chelsea Gem. HEX triplet: 8C, 56 and 2E. RGB value is (140,86,46). Sum of RGB (Red+Green+Blue) = 140+86+46=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C562E is #73A9D1. Grayscale: #616161. Windows color (decimal): -7580114 or 3036812. OLE color: 3036812.

HSL color Cylindrical-coordinate representation of color #8C562E: hue angle of 25.53º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C562E is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 86 46 -
CMYK 0 0.39 0.67 0.45
HSL 25.53º 0.51% 0.36% -
HSV(B) 25.53º 0.67% 0.55% -
XYZ 14.64 12.43 4.21 -
YUV 97.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 140 86 46 0 0.39 0.67 0.45 25.53 0.51 0.36
Hex 8C 56 2E 0 27 43 2D 1A 33 24
Octal 214 126 56 0 47 103 55 32 63 44
Binary 10001100 1010110 101110 0 100111 1000011 101101 11010 110011 100100

Color Harmonies of #8C562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C562E

Black with #8C562E

Text Example


Text Example

White with #8C562E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,86,46); }

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

background-color css

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

 a { background-color: rgb(140,86,46); }

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

border-color css

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

 span { border-color: rgb(140,86,46); }

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