Html Css Color HEX #8C512C Chelsea Gem

📋 copy color: '#8C512C'

red 140 ◦ green 81 ◦ blue 44

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

Shades of Chelsea Gem #8C512C

Tints of Chelsea Gem #8C512C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 52.83%
G = 30.57%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C512C (or 0x8C512C) is known color: Chelsea Gem. HEX triplet: 8C, 51 and 2C. RGB value is (140,81,44). Sum of RGB (Red+Green+Blue) = 140+81+44=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C512C is #73AED3. Grayscale: #5E5E5E. Windows color (decimal): -7581396 or 2904460. OLE color: 2904460.

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

Color convert

RGB 140 81 44 -
CMYK 0 0.42 0.69 0.45
HSL 23.13º 0.52% 0.36% -
HSV(B) 23.13º 0.69% 0.55% -
XYZ 14.21 11.64 3.88 -
YUV 94.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 140 81 44 0 0.42 0.69 0.45 23.13 0.52 0.36
Hex 8C 51 2C 0 2A 45 2D 17 34 24
Octal 214 121 54 0 52 105 55 27 64 44
Binary 10001100 1010001 101100 0 101010 1000101 101101 10111 110100 100100

Color Harmonies of #8C512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C512C

Black with #8C512C

Text Example


Text Example

White with #8C512C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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