#99481E

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

Shades of Rich Gold #99481E

Tints of Rich Gold #99481E

Color information

#99481E (or 0x99481E) is unknown color: approx Rich Gold. HEX triplet: 99, 48 and 1E. RGB value is (153,72,30). Sum of RGB (Red+Green+Blue) = 153+72+30=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #99481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99481E is #66B7E1. Grayscale: #5B5B5B. Windows color (decimal): -6731746 or 1984665. OLE color: 1984665.

HSL color Cylindrical-coordinate representation of color #99481E: hue angle of 20.49º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99481E is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1537230-
CMYK00.530.800.4
HSL20.49º67.21%35.88%-
HSV(B)20.49º80.39%60%-
XYZ15.6911.52.62-
YUV91.4393.34171.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=60%
G=28.24%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153723000.530.800.420.4967.2135.88
Hex99481E0355028144324
Octal23111036065120502410344
Binary1001100110010001111001101011010000101000101001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99481E; }

 p { color: rgb(153,72,30); }

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

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

 a { background-color: rgb(153,72,30); }

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

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

 span { border-color: rgb(153,72,30); }

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