Html Css Color HEX #8C542D Chelsea Gem

📋 copy color: '#8C542D'

red 140 ◦ green 84 ◦ blue 45

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

Shades of Chelsea Gem #8C542D

Tints of Chelsea Gem #8C542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 52.04%
G = 31.23%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C542D (or 0x8C542D) is known color: Chelsea Gem. HEX triplet: 8C, 54 and 2D. RGB value is (140,84,45). Sum of RGB (Red+Green+Blue) = 140+84+45=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C542D is #73ABD2. Grayscale: #606060. Windows color (decimal): -7580627 or 2970764. OLE color: 2970764.

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

Color convert

RGB 140 84 45 -
CMYK 0 0.4 0.68 0.45
HSL 24.63º 0.51% 0.36% -
HSV(B) 24.63º 0.68% 0.55% -
XYZ 14.46 12.11 4.06 -
YUV 96.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 140 84 45 0 0.4 0.68 0.45 24.63 0.51 0.36
Hex 8C 54 2D 0 28 44 2D 19 33 24
Octal 214 124 55 0 50 104 55 31 63 44
Binary 10001100 1010100 101101 0 101000 1000100 101101 11001 110011 100100

Color Harmonies of #8C542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C542D

Black with #8C542D

Text Example


Text Example

White with #8C542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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