#C48D1E

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

Shades of Nugget #C48D1E

Tints of Nugget #C48D1E

Color information

#C48D1E (or 0xC48D1E) is unknown color: approx Nugget. HEX triplet: C4, 8D and 1E. RGB value is (196,141,30). Sum of RGB (Red+Green+Blue) = 196+141+30=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D1E is #3B72E1. Grayscale: #919191. Windows color (decimal): -3896034 or 2002372. OLE color: 2002372.

HSL color Cylindrical-coordinate representation of color #C48D1E: hue angle of 40.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C48D1E is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB19614130-
CMYK00.280.850.23
HSL40.12º73.45%44.31%-
HSV(B)40.12º84.69%76.86%-
XYZ32.5230.885.47-
YUV144.7963.22164.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.41%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 30 (12.11% from 255) = 8.17%
R=53.41%
G=38.42%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961413000.280.850.2340.1273.4544.31
HexC48D1E01C551728492c
Octal30421536034125275011154
Binary1100010010001101111100111001010101101111010001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D1E; }

 p { color: rgb(196,141,30); }

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

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

 a { background-color: rgb(196,141,30); }

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

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

 span { border-color: rgb(196,141,30); }

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