#8C5730

Color #8C5730 Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #8C5730

Tints of Chelsea Gem #8C5730

Color information

#8C5730 (or 0x8C5730) is unknown color: approx Chelsea Gem. HEX triplet: 8C, 57 and 30. RGB value is (140,87,48). Sum of RGB (Red+Green+Blue) = 140+87+48=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5730 is #73A8CF. Grayscale: #626262. Windows color (decimal): -7579856 or 3168140. OLE color: 3168140.

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

Color convert

RGB1408748-
CMYK00.380.660.45
HSL25.43º48.94%36.86%-
HSV(B)25.43º65.71%54.9%-
XYZ14.7612.614.45-
YUV98.499.56157.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.91%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=50.91%
G=31.64%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140874800.380.660.4525.4348.9436.86
Hex8C5730026422D193125
Octal2141276004610255316145
Binary1000110010101111100000100110100001010110111001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C5730;
 }
 .AnyTagClassName
 {
   color: #8C5730;
 }
</style>
background-color css

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

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

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

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

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

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