#C4A134

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

Shades of Nugget #C4A134

Tints of Nugget #C4A134

Color information

#C4A134 (or 0xC4A134) is unknown color: approx Nugget. HEX triplet: C4, A1 and 34. RGB value is (196,161,52). Sum of RGB (Red+Green+Blue) = 196+161+52=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A134 is #3B5ECB. Grayscale: #9F9F9F. Windows color (decimal): -3890892 or 3449284. OLE color: 3449284.

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

Color convert

RGB19616152-
CMYK00.180.730.23
HSL45.42º58.06%48.63%-
HSV(B)45.42º73.47%76.86%-
XYZ36.1337.478.58-
YUV159.0467.6154.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 161 (63.28% from 255) = 39.36%
BLUE value IS 52 (20.70% from 255) = 12.71%
R=47.92%
G=39.36%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961615200.180.730.2345.4258.0648.63
HexC4A13401249172d3a31
Octal3042416402211127557261
Binary1100010010100001110100010010100100110111101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A134; }

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

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

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

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

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

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

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

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