#C7922D

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

Shades of Nugget #C7922D

Tints of Nugget #C7922D

Color information

#C7922D (or 0xC7922D) is unknown color: approx Nugget. HEX triplet: C7, 92 and 2D. RGB value is (199,146,45). Sum of RGB (Red+Green+Blue) = 199+146+45=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7922D is #386DD2. Grayscale: #969696. Windows color (decimal): -3698131 or 2986695. OLE color: 2986695.

HSL color Cylindrical-coordinate representation of color #C7922D: hue angle of 39.35º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7922D is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19914645-
CMYK00.270.770.22
HSL39.35º63.11%47.84%-
HSV(B)39.35º77.39%78.04%-
XYZ34.3132.897.02-
YUV150.3368.56162.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 45 (17.97% from 255) = 11.54%
R=51.03%
G=37.44%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991464500.270.770.2239.3563.1147.84
HexC7922D01B4D16273f30
Octal3072225503311526477760
Binary1100011110010010101101011011100110110110100111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7922D; }

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

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

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

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

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

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

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

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