#C48E1F

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

Shades of Nugget #C48E1F

Tints of Nugget #C48E1F

Color information

#C48E1F (or 0xC48E1F) is unknown color: approx Nugget. HEX triplet: C4, 8E and 1F. RGB value is (196,142,31). Sum of RGB (Red+Green+Blue) = 196+142+31=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E1F is #3B71E0. Grayscale: #919191. Windows color (decimal): -3895777 or 2068164. OLE color: 2068164.

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

Color convert

RGB19614231-
CMYK00.280.840.23
HSL40.36º72.69%44.51%-
HSV(B)40.36º84.18%76.86%-
XYZ32.6931.185.59-
YUV145.4963.39164.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 31 (12.5% from 255) = 8.40%
R=53.12%
G=38.48%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961423100.280.840.2340.3672.6944.51
HexC48E1F01C541728492d
Octal30421637034124275011155
Binary1100010010001110111110111001010100101111010001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E1F; }

 p { color: rgb(196,142,31); }

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

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

 a { background-color: rgb(196,142,31); }

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

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

 span { border-color: rgb(196,142,31); }

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