#975431

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

Shades of Chelsea Gem #975431

Tints of Chelsea Gem #975431

Color information

#975431 (or 0x975431) is unknown color: approx Chelsea Gem. HEX triplet: 97, 54 and 31. RGB value is (151,84,49). Sum of RGB (Red+Green+Blue) = 151+84+49=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #975431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975431 is #68ABCE. Grayscale: #646464. Windows color (decimal): -6859727 or 3232919. OLE color: 3232919.

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

Color convert

RGB1518449-
CMYK00.440.680.41
HSL20.59º51%39.22%-
HSV(B)20.59º67.55%59.22%-
XYZ16.4913.144.57-
YUV100.0499.2164.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.17%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=53.17%
G=29.58%
B=17.25%

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
Decimal151844900.440.680.4120.595139.22
Hex97543102C4429153327
Octal2271246105410451256347
Binary1001011110101001100010101100100010010100110101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975431; }

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

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

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

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

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

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

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

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