#c99322

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

Shades of Nugget #C99322

Tints of Nugget #C99322

Color information

#C99322 (or 0xC99322) is unknown color: approx Nugget. HEX triplet: C9, 93 and 22. RGB value is (201,147,34). Sum of RGB (Red+Green+Blue) = 201+147+34=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C99322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99322 is #366CDD. Grayscale: #969696. Windows color (decimal): -3566814 or 2266057. OLE color: 2266057.

HSL color Cylindrical-coordinate representation of color #C99322: hue angle of 40.6º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C99322 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20114734-
CMYK00.270.830.21
HSL40.6º71.06%46.08%-
HSV(B)40.6º83.08%78.82%-
XYZ34.8133.46.13-
YUV150.2662.39164.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.62%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 34 (13.67% from 255) = 8.90%
R=52.62%
G=38.48%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011473400.270.830.2140.671.0646.08
HexC9932201B531529472e
Octal31122342033123255110756
Binary11001001100100111000100110111010011101011010011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c99322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c99322; }

 p { color: rgb(201,147,34); }

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

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

 a { background-color: rgb(201,147,34); }

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

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

 span { border-color: rgb(201,147,34); }

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