#c5952e

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

Shades of Nugget #C5952E

Tints of Nugget #C5952E

Color information

#C5952E (or 0xC5952E) is unknown color: approx Nugget. HEX triplet: C5, 95 and 2E. RGB value is (197,149,46). Sum of RGB (Red+Green+Blue) = 197+149+46=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5952E is #3A6AD1. Grayscale: #989898. Windows color (decimal): -3828434 or 3052997. OLE color: 3052997.

HSL color Cylindrical-coordinate representation of color #C5952E: hue angle of 40.93º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5952E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19714946-
CMYK00.240.770.23
HSL40.93º62.14%47.65%-
HSV(B)40.93º76.65%77.25%-
XYZ34.2733.567.26-
YUV151.6168.4160.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 46 (18.36% from 255) = 11.73%
R=50.26%
G=38.01%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971494600.240.770.2340.9362.1447.65
HexC5952E0184D17293e30
Octal3052255603011527517660
Binary1100010110010101101110011000100110110111101001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5952e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5952e; }

 p { color: rgb(197,149,46); }

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

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

 a { background-color: rgb(197,149,46); }

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

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

 span { border-color: rgb(197,149,46); }

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