#C4B537

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

Shades of Old Gold #C4B537

Tints of Old Gold #C4B537

Color information

#C4B537 (or 0xC4B537) is unknown color: approx Old Gold. HEX triplet: C4, B5 and 37. RGB value is (196,181,55). Sum of RGB (Red+Green+Blue) = 196+181+55=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B537 is #3B4AC8. Grayscale: #ABABAB. Windows color (decimal): -3885769 or 3651012. OLE color: 3651012.

HSL color Cylindrical-coordinate representation of color #C4B537: hue angle of 53.62º 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 #C4B537 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19618155-
CMYK00.080.720.23
HSL53.62º56.18%49.22%-
HSV(B)53.62º71.94%76.86%-
XYZ39.9845.0610.2-
YUV171.1262.47145.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 181 (71.09% from 255) = 41.90%
BLUE value IS 55 (21.88% from 255) = 12.73%
R=45.37%
G=41.90%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961815500.080.720.2353.6256.1849.22
HexC4B537084817363831
Octal3042656701011027667061
Binary110001001011010111011101000100100010111110110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B537; }

 p { color: rgb(196,181,55); }

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

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

 a { background-color: rgb(196,181,55); }

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

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

 span { border-color: rgb(196,181,55); }

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