#975432

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

Shades of Chelsea Gem #975432

Tints of Chelsea Gem #975432

Color information

#975432 (or 0x975432) is unknown color: approx Chelsea Gem. HEX triplet: 97, 54 and 32. RGB value is (151,84,50). Sum of RGB (Red+Green+Blue) = 151+84+50=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #975432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975432 is #68ABCD. Grayscale: #646464. Windows color (decimal): -6859726 or 3298455. OLE color: 3298455.

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

Color convert

RGB1518450-
CMYK00.440.670.41
HSL20.2º50.25%39.41%-
HSV(B)20.2º66.89%59.22%-
XYZ16.5113.154.69-
YUV100.1699.7164.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.98%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=52.98%
G=29.47%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151845000.440.670.4120.250.2539.41
Hex97543202C4329143227
Octal2271246205410351246247
Binary1001011110101001100100101100100001110100110100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975432; }

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

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

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

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

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

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

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

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