#C59A1B

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

Shades of Buddha Gold #C59A1B

Tints of Buddha Gold #C59A1B

Color information

#C59A1B (or 0xC59A1B) is unknown color: approx Buddha Gold. HEX triplet: C5, 9A and 1B. RGB value is (197,154,27). Sum of RGB (Red+Green+Blue) = 197+154+27=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A1B is #3A65E4. Grayscale: #989898. Windows color (decimal): -3827173 or 1809093. OLE color: 1809093.

HSL color Cylindrical-coordinate representation of color #C59A1B: hue angle of 44.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C59A1B is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19715427-
CMYK00.220.860.23
HSL44.82º75.89%43.92%-
HSV(B)44.82º86.29%77.25%-
XYZ34.7835.065.97-
YUV152.3857.25159.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.12%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 27 (10.94% from 255) = 7.14%
R=52.12%
G=40.74%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971542700.220.860.2344.8275.8943.92
HexC59A1B01656172d4c2c
Octal30523233026126275511454
Binary1100010110011010110110101101010110101111011011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59A1B; }

 p { color: rgb(197,154,27); }

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

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

 a { background-color: rgb(197,154,27); }

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

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

 span { border-color: rgb(197,154,27); }

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