#C59510

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

Shades of Buddha Gold #C59510

Tints of Buddha Gold #C59510

Color information

#C59510 (or 0xC59510) is unknown color: approx Buddha Gold. HEX triplet: C5, 95 and 10. RGB value is (197,149,16). Sum of RGB (Red+Green+Blue) = 197+149+16=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C59510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59510 is #3A6AEF. Grayscale: #949494. Windows color (decimal): -3828464 or 1086917. OLE color: 1086917.

HSL color Cylindrical-coordinate representation of color #C59510: hue angle of 44.09º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C59510 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB19714916-
CMYK00.240.920.23
HSL44.09º84.98%41.76%-
HSV(B)44.09º91.88%77.25%-
XYZ33.8733.45.15-
YUV148.1953.4162.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.42%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 16 (6.64% from 255) = 4.42%
R=54.42%
G=41.16%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971491600.240.920.2344.0984.9841.76
HexC595100185C172c552a
Octal30522520030134275412552
Binary1100010110010101100000110001011100101111011001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59510; }

 p { color: rgb(197,149,16); }

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

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

 a { background-color: rgb(197,149,16); }

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

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

 span { border-color: rgb(197,149,16); }

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