#c79226

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

Shades of Nugget #C79226

Tints of Nugget #C79226

Color information

#C79226 (or 0xC79226) is unknown color: approx Nugget. HEX triplet: C7, 92 and 26. RGB value is (199,146,38). Sum of RGB (Red+Green+Blue) = 199+146+38=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C79226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79226 is #386DD9. Grayscale: #969696. Windows color (decimal): -3698138 or 2527943. OLE color: 2527943.

HSL color Cylindrical-coordinate representation of color #C79226: hue angle of 40.25º degrees, saturation: 0.68, 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 #C79226 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19914638-
CMYK00.270.810.22
HSL40.25º67.93%46.47%-
HSV(B)40.25º80.9%78.04%-
XYZ34.1832.846.37-
YUV149.5465.06163.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.96%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 38 (15.23% from 255) = 9.92%
R=51.96%
G=38.12%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991463800.270.810.2240.2567.9346.47
HexC7922601B511628442e
Octal30722246033121265010456
Binary11000111100100101001100110111010001101101010001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c79226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c79226; }

 p { color: rgb(199,146,38); }

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

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

 a { background-color: rgb(199,146,38); }

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

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

 span { border-color: rgb(199,146,38); }

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