#975531

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

Shades of Chelsea Gem #975531

Tints of Chelsea Gem #975531

Color information

#975531 (or 0x975531) is unknown color: approx Chelsea Gem. HEX triplet: 97, 55 and 31. RGB value is (151,85,49). Sum of RGB (Red+Green+Blue) = 151+85+49=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #975531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975531 is #68AACE. Grayscale: #646464. Windows color (decimal): -6859471 or 3233175. OLE color: 3233175.

HSL color Cylindrical-coordinate representation of color #975531: hue angle of 21.18º 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 #975531 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1518549-
CMYK00.440.680.41
HSL21.18º51%39.22%-
HSV(B)21.18º67.55%59.22%-
XYZ16.5713.34.6-
YUV100.6398.87163.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.98%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=52.98%
G=29.82%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151854900.440.680.4121.185139.22
Hex97553102C4429153327
Octal2271256105410451256347
Binary1001011110101011100010101100100010010100110101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975531; }

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

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

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

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

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

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

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

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