#C79E34

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

Shades of Nugget #C79E34

Tints of Nugget #C79E34

Color information

#C79E34 (or 0xC79E34) is unknown color: approx Nugget. HEX triplet: C7, 9E and 34. RGB value is (199,158,52). Sum of RGB (Red+Green+Blue) = 199+158+52=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79E34 is #3861CB. Grayscale: #9E9E9E. Windows color (decimal): -3695052 or 3448519. OLE color: 3448519.

HSL color Cylindrical-coordinate representation of color #C79E34: hue angle of 43.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C79E34 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB19915852-
CMYK00.210.740.22
HSL43.27º58.57%49.22%-
HSV(B)43.27º73.87%78.04%-
XYZ36.436.848.44-
YUV158.1768.08157.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.66%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 52 (20.70% from 255) = 12.71%
R=48.66%
G=38.63%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991585200.210.740.2243.2758.5749.22
HexC79E340154A162b3b31
Octal3072366402511226537361
Binary1100011110011110110100010101100101010110101011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79E34; }

 p { color: rgb(199,158,52); }

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

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

 a { background-color: rgb(199,158,52); }

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

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

 span { border-color: rgb(199,158,52); }

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