#C99529

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

Shades of Nugget #C99529

Tints of Nugget #C99529

Color information

#C99529 (or 0xC99529) is unknown color: approx Nugget. HEX triplet: C9, 95 and 29. RGB value is (201,149,41). Sum of RGB (Red+Green+Blue) = 201+149+41=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C99529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99529 is #366AD6. Grayscale: #989898. Windows color (decimal): -3566295 or 2725321. OLE color: 2725321.

HSL color Cylindrical-coordinate representation of color #C99529: hue angle of 40.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C99529 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20114941-
CMYK00.260.800.21
HSL40.5º66.12%47.45%-
HSV(B)40.5º79.6%78.82%-
XYZ35.2434.076.82-
YUV152.2465.23162.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.41%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 41 (16.41% from 255) = 10.49%
R=51.41%
G=38.11%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011494100.260.800.2140.566.1247.45
HexC9952901A501528422f
Octal31122551032120255010257
Binary11001001100101011010010110101010000101011010001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99529; }

 p { color: rgb(201,149,41); }

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

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

 a { background-color: rgb(201,149,41); }

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

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

 span { border-color: rgb(201,149,41); }

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