#C19328

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

Shades of Nugget #C19328

Tints of Nugget #C19328

Color information

#C19328 (or 0xC19328) is unknown color: approx Nugget. HEX triplet: C1, 93 and 28. RGB value is (193,147,40). Sum of RGB (Red+Green+Blue) = 193+147+40=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C19328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19328 is #3E6CD7. Grayscale: #959595. Windows color (decimal): -4091096 or 2659265. OLE color: 2659265.

HSL color Cylindrical-coordinate representation of color #C19328: hue angle of 41.96º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C19328 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19314740-
CMYK00.240.790.24
HSL41.96º65.67%45.69%-
HSV(B)41.96º79.27%75.69%-
XYZ32.8132.366.52-
YUV148.5666.74159.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.79%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 40 (16.02% from 255) = 10.53%
R=50.79%
G=38.68%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931474000.240.790.2441.9665.6745.69
HexC193280184F182a422e
Octal30122350030117305210256
Binary11000001100100111010000110001001111110001010101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19328; }

 p { color: rgb(193,147,40); }

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

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

 a { background-color: rgb(193,147,40); }

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

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

 span { border-color: rgb(193,147,40); }

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