#C79C25

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

Shades of Nugget #C79C25

Tints of Nugget #C79C25

Color information

#C79C25 (or 0xC79C25) is unknown color: approx Nugget. HEX triplet: C7, 9C and 25. RGB value is (199,156,37). Sum of RGB (Red+Green+Blue) = 199+156+37=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79C25 is #3863DA. Grayscale: #9B9B9B. Windows color (decimal): -3695579 or 2464967. OLE color: 2464967.

HSL color Cylindrical-coordinate representation of color #C79C25: hue angle of 44.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C79C25 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19915637-
CMYK00.220.810.22
HSL44.07º68.64%46.27%-
HSV(B)44.07º81.41%78.04%-
XYZ35.7836.056.82-
YUV155.2961.25159.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.77%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 37 (14.84% from 255) = 9.44%
R=50.77%
G=39.80%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991563700.220.810.2244.0768.6446.27
HexC79C2501651162c452e
Octal30723445026121265410556
Binary11000111100111001001010101101010001101101011001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79C25; }

 p { color: rgb(199,156,37); }

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

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

 a { background-color: rgb(199,156,37); }

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

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

 span { border-color: rgb(199,156,37); }

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