Html Css Color HEX #8C542B Chelsea Gem

📋 copy color: '#8C542B'

red 140 ◦ green 84 ◦ blue 43

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

Shades of Chelsea Gem #8C542B

Tints of Chelsea Gem #8C542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 52.43%
G = 31.46%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C542B (or 0x8C542B) is known color: Chelsea Gem. HEX triplet: 8C, 54 and 2B. RGB value is (140,84,43). Sum of RGB (Red+Green+Blue) = 140+84+43=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C542B is #73ABD4. Grayscale: #606060. Windows color (decimal): -7580629 or 2839692. OLE color: 2839692.

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

Color convert

RGB 140 84 43 -
CMYK 0 0.4 0.69 0.45
HSL 25.36º 0.53% 0.36% -
HSV(B) 25.36º 0.69% 0.55% -
XYZ 14.42 12.09 3.86 -
YUV 96.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 140 84 43 0 0.4 0.69 0.45 25.36 0.53 0.36
Hex 8C 54 2B 0 28 45 2D 19 35 24
Octal 214 124 53 0 50 105 55 31 65 44
Binary 10001100 1010100 101011 0 101000 1000101 101101 11001 110101 100100

Color Harmonies of #8C542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C542B

Black with #8C542B

Text Example


Text Example

White with #8C542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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