#C49A2E

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

Shades of Nugget #C49A2E

Tints of Nugget #C49A2E

Color information

#C49A2E (or 0xC49A2E) is unknown color: approx Nugget. HEX triplet: C4, 9A and 2E. RGB value is (196,154,46). Sum of RGB (Red+Green+Blue) = 196+154+46=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A2E is #3B65D1. Grayscale: #9A9A9A. Windows color (decimal): -3892690 or 3054276. OLE color: 3054276.

HSL color Cylindrical-coordinate representation of color #C49A2E: hue angle of 43.2º degrees, saturation: 0.62, 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 #C49A2E is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19615446-
CMYK00.210.770.23
HSL43.2º61.98%47.45%-
HSV(B)43.2º76.53%76.86%-
XYZ34.8135.047.51-
YUV154.2566.91157.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.49%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 46 (18.36% from 255) = 11.62%
R=49.49%
G=38.89%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961544600.210.770.2343.261.9847.45
HexC49A2E0154D172b3e2f
Octal3042325602511527537657
Binary1100010010011010101110010101100110110111101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A2E; }

 p { color: rgb(196,154,46); }

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

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

 a { background-color: rgb(196,154,46); }

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

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

 span { border-color: rgb(196,154,46); }

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