#C28A22

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

Shades of Nugget #C28A22

Tints of Nugget #C28A22

Color information

#C28A22 (or 0xC28A22) is unknown color: approx Nugget. HEX triplet: C2, 8A and 22. RGB value is (194,138,34). Sum of RGB (Red+Green+Blue) = 194+138+34=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A22 is #3D75DD. Grayscale: #8F8F8F. Windows color (decimal): -4027870 or 2263746. OLE color: 2263746.

HSL color Cylindrical-coordinate representation of color #C28A22: hue angle of 39º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C28A22 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19413834-
CMYK00.290.820.24
HSL39º70.18%44.71%-
HSV(B)39º82.47%76.08%-
XYZ31.6329.765.59-
YUV142.8966.55164.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 34 (13.67% from 255) = 9.29%
R=53.01%
G=37.70%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941383400.290.820.243970.1844.71
HexC28A2201D521827462d
Octal30221242035122304710655
Binary11000010100010101000100111011010010110001001111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28A22; }

 p { color: rgb(194,138,34); }

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

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

 a { background-color: rgb(194,138,34); }

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

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

 span { border-color: rgb(194,138,34); }

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