#C89528

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

Shades of Nugget #C89528

Tints of Nugget #C89528

Color information

#C89528 (or 0xC89528) is unknown color: approx Nugget. HEX triplet: C8, 95 and 28. RGB value is (200,149,40). Sum of RGB (Red+Green+Blue) = 200+149+40=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C89528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89528 is #376AD7. Grayscale: #989898. Windows color (decimal): -3631832 or 2659784. OLE color: 2659784.

HSL color Cylindrical-coordinate representation of color #C89528: hue angle of 40.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C89528 is Cyan = 0, Magento = 0.26, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB20014940-
CMYK00.260.80.22
HSL40.88º66.67%47.06%-
HSV(B)40.88º80%78.43%-
XYZ34.9533.936.71-
YUV151.8264.9162.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 40 (16.02% from 255) = 10.28%
R=51.41%
G=38.30%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001494000.260.80.2240.8866.6747.06
HexC8952801A501629432f
Octal31022550032120265110357
Binary11001000100101011010000110101010000101101010011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89528; }

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

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

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

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

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

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

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

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