Html Css Color HEX #8C512E Chelsea Gem

📋 copy color: '#8C512E'

red 140 ◦ green 81 ◦ blue 46

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

Shades of Chelsea Gem #8C512E

Tints of Chelsea Gem #8C512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.34%

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

R = 52.43%
G = 30.34%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C512E (or 0x8C512E) is known color: Chelsea Gem. HEX triplet: 8C, 51 and 2E. RGB value is (140,81,46). Sum of RGB (Red+Green+Blue) = 140+81+46=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C512E is #73AED1. Grayscale: #5E5E5E. Windows color (decimal): -7581394 or 3035532. OLE color: 3035532.

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

Color convert

RGB 140 81 46 -
CMYK 0 0.42 0.67 0.45
HSL 22.34º 0.51% 0.36% -
HSV(B) 22.34º 0.67% 0.55% -
XYZ 14.25 11.66 4.08 -
YUV 94.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 140 81 46 0 0.42 0.67 0.45 22.34 0.51 0.36
Hex 8C 51 2E 0 2A 43 2D 16 33 24
Octal 214 121 56 0 52 103 55 26 63 44
Binary 10001100 1010001 101110 0 101010 1000011 101101 10110 110011 100100

Color Harmonies of #8C512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C512E

Black with #8C512E

Text Example


Text Example

White with #8C512E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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