#c39831

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

Shades of Nugget #C39831

Tints of Nugget #C39831

Color information

#C39831 (or 0xC39831) is unknown color: approx Nugget. HEX triplet: C3, 98 and 31. RGB value is (195,152,49). Sum of RGB (Red+Green+Blue) = 195+152+49=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C39831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39831 is #3C67CE. Grayscale: #999999. Windows color (decimal): -3958735 or 3250371. OLE color: 3250371.

HSL color Cylindrical-coordinate representation of color #C39831: hue angle of 42.33º 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 #C39831 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19515249-
CMYK00.220.750.24
HSL42.33º59.84%47.84%-
HSV(B)42.33º74.87%76.47%-
XYZ34.2934.287.72-
YUV153.1269.25157.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 49 (19.53% from 255) = 12.37%
R=49.24%
G=38.38%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951524900.220.750.2442.3359.8447.84
HexC398310164B182a3c30
Octal3032306102611330527460
Binary1100001110011000110001010110100101111000101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c39831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c39831; }

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

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

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

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

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

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

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

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