#C39327

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

Shades of Nugget #C39327

Tints of Nugget #C39327

Color information

#C39327 (or 0xC39327) is unknown color: approx Nugget. HEX triplet: C3, 93 and 27. RGB value is (195,147,39). Sum of RGB (Red+Green+Blue) = 195+147+39=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C39327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39327 is #3C6CD8. Grayscale: #959595. Windows color (decimal): -3960025 or 2593731. OLE color: 2593731.

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

Color convert

RGB19514739-
CMYK00.250.800.24
HSL41.54º66.67%45.88%-
HSV(B)41.54º80%76.47%-
XYZ33.3132.626.46-
YUV149.0465.9160.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.18%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 39 (15.62% from 255) = 10.24%
R=51.18%
G=38.58%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951473900.250.800.2441.5466.6745.88
HexC3932701950182a432e
Octal30322347031120305210356
Binary11000011100100111001110110011010000110001010101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39327; }

 p { color: rgb(195,147,39); }

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

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

 a { background-color: rgb(195,147,39); }

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

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

 span { border-color: rgb(195,147,39); }

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