#C09526

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

Shades of Nugget #C09526

Tints of Nugget #C09526

Color information

#C09526 (or 0xC09526) is unknown color: approx Nugget. HEX triplet: C0, 95 and 26. RGB value is (192,149,38). Sum of RGB (Red+Green+Blue) = 192+149+38=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C09526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09526 is #3F6AD9. Grayscale: #959595. Windows color (decimal): -4156122 or 2528704. OLE color: 2528704.

HSL color Cylindrical-coordinate representation of color #C09526: hue angle of 43.25º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C09526 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19214938-
CMYK00.220.800.25
HSL43.25º66.96%45.1%-
HSV(B)43.25º80.21%75.29%-
XYZ32.8432.846.44-
YUV149.265.25158.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.66%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 38 (15.23% from 255) = 10.03%
R=50.66%
G=39.31%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921493800.220.800.2543.2566.9645.1
HexC0952601650192b432d
Octal30022546026120315310355
Binary11000000100101011001100101101010000110011010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09526; }

 p { color: rgb(192,149,38); }

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

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

 a { background-color: rgb(192,149,38); }

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

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

 span { border-color: rgb(192,149,38); }

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