Html Css Color HEX #8C5234 Chelsea Gem

📋 copy color: '#8C5234'

red 140 ◦ green 82 ◦ blue 52

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

Shades of Chelsea Gem #8C5234

Tints of Chelsea Gem #8C5234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

 BLUE value IS 52 (20.7% from 255) = 18.98%

R = 51.09%
G = 29.93%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8C5234 (or 0x8C5234) is known color: Chelsea Gem. HEX triplet: 8C, 52 and 34. RGB value is (140,82,52). Sum of RGB (Red+Green+Blue) = 140+82+52=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5234 is #73ADCB. Grayscale: #606060. Windows color (decimal): -7581132 or 3429004. OLE color: 3429004.

HSL color Cylindrical-coordinate representation of color #8C5234: hue angle of 20.45º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C5234 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 82 52 -
CMYK 0 0.41 0.63 0.45
HSL 20.45º 0.46% 0.38% -
HSV(B) 20.45º 0.63% 0.55% -
XYZ 14.45 11.86 4.78 -
YUV 95.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 140 82 52 0 0.41 0.63 0.45 20.45 0.46 0.38
Hex 8C 52 34 0 29 3F 2D 14 2E 26
Octal 214 122 64 0 51 77 55 24 56 46
Binary 10001100 1010010 110100 0 101001 111111 101101 10100 101110 100110

Color Harmonies of #8C5234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5234

Black with #8C5234

Text Example


Text Example

White with #8C5234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,52); }

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

background-color css

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

 a { background-color: rgb(140,82,52); }

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

border-color css

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

 span { border-color: rgb(140,82,52); }

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