#97501F

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

Shades of Rich Gold #97501F

Tints of Rich Gold #97501F

Color information

#97501F (or 0x97501F) is unknown color: approx Rich Gold. HEX triplet: 97, 50 and 1F. RGB value is (151,80,31). Sum of RGB (Red+Green+Blue) = 151+80+31=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #97501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97501F is #68AFE0. Grayscale: #5F5F5F. Windows color (decimal): -6860769 or 2052247. OLE color: 2052247.

HSL color Cylindrical-coordinate representation of color #97501F: hue angle of 24.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #97501F is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1518031-
CMYK00.470.790.41
HSL24.5º65.93%35.69%-
HSV(B)24.5º79.47%59.22%-
XYZ15.8812.422.86-
YUV95.6491.52167.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.63%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 31 (12.5% from 255) = 11.83%
R=57.63%
G=30.53%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151803100.470.790.4124.565.9335.69
Hex97501F02F4F29184224
Octal22712037057117513010244
Binary1001011110100001111101011111001111101001110001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97501F; }

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

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

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

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

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

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

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

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