#98551C

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

Shades of Rich Gold #98551C

Tints of Rich Gold #98551C

Color information

#98551C (or 0x98551C) is unknown color: approx Rich Gold. HEX triplet: 98, 55 and 1C. RGB value is (152,85,28). Sum of RGB (Red+Green+Blue) = 152+85+28=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98551C is #67AAE3. Grayscale: #626262. Windows color (decimal): -6793956 or 1856920. OLE color: 1856920.

HSL color Cylindrical-coordinate representation of color #98551C: hue angle of 27.58º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98551C is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1528528-
CMYK00.440.820.40
HSL27.58º68.89%35.29%-
HSV(B)27.58º81.58%59.61%-
XYZ16.4113.262.79-
YUV98.5488.2166.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=57.36%
G=32.08%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152852800.440.820.4027.5868.8935.29
Hex98551C02C52281c4523
Octal23012534054122503410543
Binary1001100010101011110001011001010010101000111001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98551C; }

 p { color: rgb(152,85,28); }

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

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

 a { background-color: rgb(152,85,28); }

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

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

 span { border-color: rgb(152,85,28); }

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