Html Css Color HEX #8C562D Chelsea Gem

📋 copy color: '#8C562D'

red 140 ◦ green 86 ◦ blue 45

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

Shades of Chelsea Gem #8C562D

Tints of Chelsea Gem #8C562D

RGB

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

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

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

R = 51.66%
G = 31.73%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C562D (or 0x8C562D) is known color: Chelsea Gem. HEX triplet: 8C, 56 and 2D. RGB value is (140,86,45). Sum of RGB (Red+Green+Blue) = 140+86+45=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C562D is #73A9D2. Grayscale: #616161. Windows color (decimal): -7580115 or 2971276. OLE color: 2971276.

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

Color convert

RGB 140 86 45 -
CMYK 0 0.39 0.68 0.45
HSL 25.89º 0.51% 0.36% -
HSV(B) 25.89º 0.68% 0.55% -
XYZ 14.62 12.42 4.11 -
YUV 97.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 140 86 45 0 0.39 0.68 0.45 25.89 0.51 0.36
Hex 8C 56 2D 0 27 44 2D 1A 33 24
Octal 214 126 55 0 47 104 55 32 63 44
Binary 10001100 1010110 101101 0 100111 1000100 101101 11010 110011 100100

Color Harmonies of #8C562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C562D

Black with #8C562D

Text Example


Text Example

White with #8C562D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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