#975318

Color #975318 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #975318

Tints of Rich Gold #975318

Color information

#975318 (or 0x975318) is unknown color: approx Rich Gold. HEX triplet: 97, 53 and 18. RGB value is (151,83,24). Sum of RGB (Red+Green+Blue) = 151+83+24=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #975318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975318 is #68ACE7. Grayscale: #606060. Windows color (decimal): -6860008 or 1594263. OLE color: 1594263.

HSL color Cylindrical-coordinate representation of color #975318: hue angle of 27.87º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #975318 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB1518324-
CMYK00.450.840.41
HSL27.87º72.57%34.31%-
HSV(B)27.87º84.11%59.22%-
XYZ16.0212.832.5-
YUV96.6187.03166.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.53%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 24 (9.77% from 255) = 9.30%
R=58.53%
G=32.17%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151832400.450.840.4127.8772.5734.31
Hex97531802D54291c4922
Octal22712330055124513411142
Binary1001011110100111100001011011010100101001111001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975318; }

 p { color: rgb(151,83,24); }

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

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

 a { background-color: rgb(151,83,24); }

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

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

 span { border-color: rgb(151,83,24); }

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