#C28F2C

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

Shades of Nugget #C28F2C

Tints of Nugget #C28F2C

Color information

#C28F2C (or 0xC28F2C) is unknown color: approx Nugget. HEX triplet: C2, 8F and 2C. RGB value is (194,143,44). Sum of RGB (Red+Green+Blue) = 194+143+44=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F2C is #3D70D3. Grayscale: #939393. Windows color (decimal): -4026580 or 2920386. OLE color: 2920386.

HSL color Cylindrical-coordinate representation of color #C28F2C: hue angle of 39.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C28F2C is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19414344-
CMYK00.260.770.24
HSL39.6º63.03%46.67%-
HSV(B)39.6º77.32%76.08%-
XYZ32.5331.36.71-
YUV146.9669.9161.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 44 (17.58% from 255) = 11.55%
R=50.92%
G=37.53%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941434400.260.770.2439.663.0346.67
HexC28F2C01A4D18283f2f
Octal3022175403211530507757
Binary1100001010001111101100011010100110111000101000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F2C; }

 p { color: rgb(194,143,44); }

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

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

 a { background-color: rgb(194,143,44); }

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

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

 span { border-color: rgb(194,143,44); }

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