#C79524

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

Shades of Nugget #C79524

Tints of Nugget #C79524

Color information

#C79524 (or 0xC79524) is unknown color: approx Nugget. HEX triplet: C7, 95 and 24. RGB value is (199,149,36). Sum of RGB (Red+Green+Blue) = 199+149+36=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C79524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79524 is #386ADB. Grayscale: #979797. Windows color (decimal): -3697372 or 2397639. OLE color: 2397639.

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

Color convert

RGB19914936-
CMYK00.250.820.22
HSL41.6º69.36%46.08%-
HSV(B)41.6º81.91%78.04%-
XYZ34.6233.766.36-
YUV151.0763.06162.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.82%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 36 (14.45% from 255) = 9.38%
R=51.82%
G=38.80%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991493600.250.820.2241.669.3646.08
HexC7952401952162a452e
Octal30722544031122265210556
Binary11000111100101011001000110011010010101101010101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79524; }

 p { color: rgb(199,149,36); }

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

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

 a { background-color: rgb(199,149,36); }

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

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

 span { border-color: rgb(199,149,36); }

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