#C5942C

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

Shades of Nugget #C5942C

Tints of Nugget #C5942C

Color information

#C5942C (or 0xC5942C) is unknown color: approx Nugget. HEX triplet: C5, 94 and 2C. RGB value is (197,148,44). Sum of RGB (Red+Green+Blue) = 197+148+44=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5942C is #3A6BD3. Grayscale: #979797. Windows color (decimal): -3828692 or 2921669. OLE color: 2921669.

HSL color Cylindrical-coordinate representation of color #C5942C: hue angle of 40.78º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5942C is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19714844-
CMYK00.250.780.23
HSL40.78º63.49%47.25%-
HSV(B)40.78º77.66%77.25%-
XYZ34.0733.237-
YUV150.7967.73160.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.64%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 44 (17.58% from 255) = 11.31%
R=50.64%
G=38.05%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971484400.250.780.2340.7863.4947.25
HexC5942C0194E17293f2f
Octal3052245403111627517757
Binary1100010110010100101100011001100111010111101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5942C; }

 p { color: rgb(197,148,44); }

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

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

 a { background-color: rgb(197,148,44); }

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

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

 span { border-color: rgb(197,148,44); }

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