Html Css Color HEX #8C512B Chelsea Gem

📋 copy color: '#8C512B'

red 140 ◦ green 81 ◦ blue 43

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

Shades of Chelsea Gem #8C512B

Tints of Chelsea Gem #8C512B

RGB

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

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

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

R = 53.03%
G = 30.68%
B = 16.29%

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

#8C512B (or 0x8C512B) is known color: Chelsea Gem. HEX triplet: 8C, 51 and 2B. RGB value is (140,81,43). Sum of RGB (Red+Green+Blue) = 140+81+43=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C512B is #73AED4. Grayscale: #5E5E5E. Windows color (decimal): -7581397 or 2838924. OLE color: 2838924.

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

Color convert

RGB 140 81 43 -
CMYK 0 0.42 0.69 0.45
HSL 23.51º 0.53% 0.36% -
HSV(B) 23.51º 0.69% 0.55% -
XYZ 14.19 11.63 3.78 -
YUV 94.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 140 81 43 0 0.42 0.69 0.45 23.51 0.53 0.36
Hex 8C 51 2B 0 2A 45 2D 18 35 24
Octal 214 121 53 0 52 105 55 30 65 44
Binary 10001100 1010001 101011 0 101010 1000101 101101 11000 110101 100100

Color Harmonies of #8C512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C512B

Black with #8C512B

Text Example


Text Example

White with #8C512B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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