#975031

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

Shades of Chelsea Gem #975031

Tints of Chelsea Gem #975031

Color information

#975031 (or 0x975031) is unknown color: approx Chelsea Gem. HEX triplet: 97, 50 and 31. RGB value is (151,80,49). Sum of RGB (Red+Green+Blue) = 151+80+49=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #975031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975031 is #68AFCE. Grayscale: #616161. Windows color (decimal): -6860751 or 3231895. OLE color: 3231895.

HSL color Cylindrical-coordinate representation of color #975031: hue angle of 18.24º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #975031 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1518049-
CMYK00.470.680.41
HSL18.24º51%39.22%-
HSV(B)18.24º67.55%59.22%-
XYZ16.1912.544.47-
YUV97.7100.52166.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.93%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 49 (19.53% from 255) = 17.5%
R=53.93%
G=28.57%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151804900.470.680.4118.245139.22
Hex97503102F4429123327
Octal2271206105710451226347
Binary1001011110100001100010101111100010010100110010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975031; }

 p { color: rgb(151,80,49); }

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

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

 a { background-color: rgb(151,80,49); }

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

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

 span { border-color: rgb(151,80,49); }

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