Html Css Color HEX #8C5731 Chelsea Gem

📋 copy color: '#8C5731'

red 140 ◦ green 87 ◦ blue 49

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

Shades of Chelsea Gem #8C5731

Tints of Chelsea Gem #8C5731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 50.72%
G = 31.52%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8C5731 (or 0x8C5731) is known color: Chelsea Gem. HEX triplet: 8C, 57 and 31. RGB value is (140,87,49). Sum of RGB (Red+Green+Blue) = 140+87+49=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5731 is #73A8CE. Grayscale: #626262. Windows color (decimal): -7579855 or 3233676. OLE color: 3233676.

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

Color convert

RGB 140 87 49 -
CMYK 0 0.38 0.65 0.45
HSL 25.05º 0.48% 0.37% -
HSV(B) 25.05º 0.65% 0.55% -
XYZ 14.78 12.61 4.56 -
YUV 98.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 140 87 49 0 0.38 0.65 0.45 25.05 0.48 0.37
Hex 8C 57 31 0 26 41 2D 19 30 25
Octal 214 127 61 0 46 101 55 31 60 45
Binary 10001100 1010111 110001 0 100110 1000001 101101 11001 110000 100101

Color Harmonies of #8C5731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5731

Black with #8C5731

Text Example


Text Example

White with #8C5731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,87,49); }

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

background-color css

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

 a { background-color: rgb(140,87,49); }

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

border-color css

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

 span { border-color: rgb(140,87,49); }

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