#C39019

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

Shades of Buddha Gold #C39019

Tints of Buddha Gold #C39019

Color information

#C39019 (or 0xC39019) is unknown color: approx Buddha Gold. HEX triplet: C3, 90 and 19. RGB value is (195,144,25). Sum of RGB (Red+Green+Blue) = 195+144+25=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C39019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39019 is #3C6FE6. Grayscale: #929292. Windows color (decimal): -3960807 or 1675459. OLE color: 1675459.

HSL color Cylindrical-coordinate representation of color #C39019: hue angle of 42º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C39019 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19514425-
CMYK00.260.870.24
HSL42º77.27%43.14%-
HSV(B)42º87.18%76.47%-
XYZ32.6531.625.3-
YUV145.6859.9163.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.57%
GREEN value IS 144 (56.64% from 255) = 39.56%
BLUE value IS 25 (10.16% from 255) = 6.87%
R=53.57%
G=39.56%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951442500.260.870.244277.2743.14
HexC3901901A57182a4d2b
Octal30322031032127305211553
Binary1100001110010000110010110101010111110001010101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39019; }

 p { color: rgb(195,144,25); }

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

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

 a { background-color: rgb(195,144,25); }

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

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

 span { border-color: rgb(195,144,25); }

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