#C5B337

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

Shades of Old Gold #C5B337

Tints of Old Gold #C5B337

Color information

#C5B337 (or 0xC5B337) is unknown color: approx Old Gold. HEX triplet: C5, B3 and 37. RGB value is (197,179,55). Sum of RGB (Red+Green+Blue) = 197+179+55=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B337 is #3A4CC8. Grayscale: #AAAAAA. Windows color (decimal): -3820745 or 3650501. OLE color: 3650501.

HSL color Cylindrical-coordinate representation of color #C5B337: hue angle of 52.39º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5B337 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19717955-
CMYK00.090.720.23
HSL52.39º56.35%49.41%-
HSV(B)52.39º72.08%77.25%-
XYZ39.8444.3910.08-
YUV170.2562.96147.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 179 (70.31% from 255) = 41.53%
BLUE value IS 55 (21.88% from 255) = 12.76%
R=45.71%
G=41.53%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971795500.090.720.2352.3956.3549.41
HexC5B337094817343831
Octal3052636701111027647061
Binary110001011011001111011101001100100010111110100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B337; }

 p { color: rgb(197,179,55); }

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

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

 a { background-color: rgb(197,179,55); }

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

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

 span { border-color: rgb(197,179,55); }

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