#C29528

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

Shades of Nugget #C29528

Tints of Nugget #C29528

Color information

#C29528 (or 0xC29528) is unknown color: approx Nugget. HEX triplet: C2, 95 and 28. RGB value is (194,149,40). Sum of RGB (Red+Green+Blue) = 194+149+40=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C29528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29528 is #3D6AD7. Grayscale: #969696. Windows color (decimal): -4025048 or 2659778. OLE color: 2659778.

HSL color Cylindrical-coordinate representation of color #C29528: hue angle of 42.47º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C29528 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19414940-
CMYK00.230.790.24
HSL42.47º65.81%45.88%-
HSV(B)42.47º79.38%76.08%-
XYZ33.3833.126.64-
YUV150.0365.91159.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.65%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 40 (16.02% from 255) = 10.44%
R=50.65%
G=38.90%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941494000.230.790.2442.4765.8145.88
HexC295280174F182a422e
Octal30222550027117305210256
Binary11000010100101011010000101111001111110001010101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29528; }

 p { color: rgb(194,149,40); }

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

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

 a { background-color: rgb(194,149,40); }

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

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

 span { border-color: rgb(194,149,40); }

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