Html Css Color HEX #8C562F Chelsea Gem

📋 copy color: '#8C562F'

red 140 ◦ green 86 ◦ blue 47

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

Shades of Chelsea Gem #8C562F

Tints of Chelsea Gem #8C562F

RGB

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

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

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

R = 51.28%
G = 31.5%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C562F (or 0x8C562F) is known color: Chelsea Gem. HEX triplet: 8C, 56 and 2F. RGB value is (140,86,47). Sum of RGB (Red+Green+Blue) = 140+86+47=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C562F is #73A9D0. Grayscale: #616161. Windows color (decimal): -7580113 or 3102348. OLE color: 3102348.

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

Color convert

RGB 140 86 47 -
CMYK 0 0.39 0.66 0.45
HSL 25.16º 0.5% 0.37% -
HSV(B) 25.16º 0.66% 0.55% -
XYZ 14.66 12.44 4.32 -
YUV 97.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 140 86 47 0 0.39 0.66 0.45 25.16 0.5 0.37
Hex 8C 56 2F 0 27 42 2D 19 32 25
Octal 214 126 57 0 47 102 55 31 62 45
Binary 10001100 1010110 101111 0 100111 1000010 101101 11001 110010 100101

Color Harmonies of #8C562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C562F

Black with #8C562F

Text Example


Text Example

White with #8C562F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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