#c4b534

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

Shades of Old Gold #C4B534

Tints of Old Gold #C4B534

Color information

#C4B534 (or 0xC4B534) is unknown color: approx Old Gold. HEX triplet: C4, B5 and 34. RGB value is (196,181,52). Sum of RGB (Red+Green+Blue) = 196+181+52=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B534 is #3B4ACB. Grayscale: #ABABAB. Windows color (decimal): -3885772 or 3454404. OLE color: 3454404.

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

Color convert

RGB19618152-
CMYK00.080.730.23
HSL53.75º58.06%48.63%-
HSV(B)53.75º73.47%76.86%-
XYZ39.9145.039.84-
YUV170.7860.97145.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 52 (20.70% from 255) = 12.12%
R=45.69%
G=42.19%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961815200.080.730.2353.7558.0648.63
HexC4B534084917363a31
Octal3042656401011127667261
Binary110001001011010111010001000100100110111110110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b534; }

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

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

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

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

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

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

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

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