#C39630

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

Shades of Nugget #C39630

Tints of Nugget #C39630

Color information

#C39630 (or 0xC39630) is unknown color: approx Nugget. HEX triplet: C3, 96 and 30. RGB value is (195,150,48). Sum of RGB (Red+Green+Blue) = 195+150+48=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C39630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39630 is #3C69CF. Grayscale: #989898. Windows color (decimal): -3959248 or 3184323. OLE color: 3184323.

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

Color convert

RGB19515048-
CMYK00.230.750.24
HSL41.63º60.49%47.65%-
HSV(B)41.63º75.38%76.47%-
XYZ33.9533.637.5-
YUV151.8369.41158.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 48 (19.14% from 255) = 12.21%
R=49.62%
G=38.17%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951504800.230.750.2441.6360.4947.65
HexC396300174B182a3c30
Octal3032266002711330527460
Binary1100001110010110110000010111100101111000101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39630; }

 p { color: rgb(195,150,48); }

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

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

 a { background-color: rgb(195,150,48); }

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

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

 span { border-color: rgb(195,150,48); }

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