#c79f2a

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

Shades of Nugget #C79F2A

Tints of Nugget #C79F2A

Color information

#C79F2A (or 0xC79F2A) is unknown color: approx Nugget. HEX triplet: C7, 9F and 2A. RGB value is (199,159,42). Sum of RGB (Red+Green+Blue) = 199+159+42=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79F2A is #3860D5. Grayscale: #9E9E9E. Windows color (decimal): -3694806 or 2793415. OLE color: 2793415.

HSL color Cylindrical-coordinate representation of color #C79F2A: hue angle of 44.71º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C79F2A is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB19915942-
CMYK00.200.790.22
HSL44.71º65.15%47.25%-
HSV(B)44.71º78.89%78.04%-
XYZ36.3737.117.44-
YUV157.6262.75157.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.75%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 42 (16.80% from 255) = 10.5%
R=49.75%
G=39.75%
B=10.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991594200.200.790.2244.7165.1547.25
HexC79F2A0144F162d412f
Octal30723752024117265510157
Binary11000111100111111010100101001001111101101011011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c79f2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c79f2a; }

 p { color: rgb(199,159,42); }

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

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

 a { background-color: rgb(199,159,42); }

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

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

 span { border-color: rgb(199,159,42); }

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