#C39A31

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

Shades of Nugget #C39A31

Tints of Nugget #C39A31

Color information

#C39A31 (or 0xC39A31) is unknown color: approx Nugget. HEX triplet: C3, 9A and 31. RGB value is (195,154,49). Sum of RGB (Red+Green+Blue) = 195+154+49=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A31 is #3C65CE. Grayscale: #9A9A9A. Windows color (decimal): -3958223 or 3250883. OLE color: 3250883.

HSL color Cylindrical-coordinate representation of color #C39A31: hue angle of 43.15º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C39A31 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19515449-
CMYK00.210.750.24
HSL43.15º59.84%47.84%-
HSV(B)43.15º74.87%76.47%-
XYZ34.6234.947.82-
YUV154.2968.58157.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 154 (60.55% from 255) = 38.69%
BLUE value IS 49 (19.53% from 255) = 12.31%
R=48.99%
G=38.69%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951544900.210.750.2443.1559.8447.84
HexC39A310154B182b3c30
Octal3032326102511330537460
Binary1100001110011010110001010101100101111000101011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A31; }

 p { color: rgb(195,154,49); }

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

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

 a { background-color: rgb(195,154,49); }

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

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

 span { border-color: rgb(195,154,49); }

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