#C4922D

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

Shades of Nugget #C4922D

Tints of Nugget #C4922D

Color information

#C4922D (or 0xC4922D) is unknown color: approx Nugget. HEX triplet: C4, 92 and 2D. RGB value is (196,146,45). Sum of RGB (Red+Green+Blue) = 196+146+45=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4922D is #3B6DD2. Grayscale: #959595. Windows color (decimal): -3894739 or 2986692. OLE color: 2986692.

HSL color Cylindrical-coordinate representation of color #C4922D: hue angle of 40.13º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4922D is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19614645-
CMYK00.260.770.23
HSL40.13º62.66%47.25%-
HSV(B)40.13º77.04%76.86%-
XYZ33.5232.486.99-
YUV149.4469.06161.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 45 (17.97% from 255) = 11.63%
R=50.65%
G=37.73%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961464500.260.770.2340.1362.6647.25
HexC4922D01A4D17283f2f
Octal3042225503211527507757
Binary1100010010010010101101011010100110110111101000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4922D; }

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

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

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

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

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

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

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

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