#C2922D

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

Shades of Nugget #C2922D

Tints of Nugget #C2922D

Color information

#C2922D (or 0xC2922D) is unknown color: approx Nugget. HEX triplet: C2, 92 and 2D. RGB value is (194,146,45). Sum of RGB (Red+Green+Blue) = 194+146+45=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2922D is #3D6DD2. Grayscale: #959595. Windows color (decimal): -4025811 or 2986690. OLE color: 2986690.

HSL color Cylindrical-coordinate representation of color #C2922D: hue angle of 40.67º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2922D is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19414645-
CMYK00.250.770.24
HSL40.67º62.34%46.86%-
HSV(B)40.67º76.8%76.08%-
XYZ3332.226.96-
YUV148.8469.4160.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.39%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 45 (17.97% from 255) = 11.69%
R=50.39%
G=37.92%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941464500.250.770.2440.6762.3446.86
HexC2922D0194D18293e2f
Octal3022225503111530517657
Binary1100001010010010101101011001100110111000101001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2922D; }

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

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

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

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

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

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

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

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