#C28F2B

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

Shades of Nugget #C28F2B

Tints of Nugget #C28F2B

Color information

#C28F2B (or 0xC28F2B) is unknown color: approx Nugget. HEX triplet: C2, 8F and 2B. RGB value is (194,143,43). Sum of RGB (Red+Green+Blue) = 194+143+43=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F2B is #3D70D4. Grayscale: #939393. Windows color (decimal): -4026581 or 2854850. OLE color: 2854850.

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

Color convert

RGB19414343-
CMYK00.260.780.24
HSL39.74º63.71%46.47%-
HSV(B)39.74º77.84%76.08%-
XYZ32.5131.296.61-
YUV146.8569.4161.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 43 (17.19% from 255) = 11.32%
R=51.05%
G=37.63%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941434300.260.780.2439.7463.7146.47
HexC28F2B01A4E1828402e
Octal30221753032116305010056
Binary11000010100011111010110110101001110110001010001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F2B; }

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

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

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

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

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

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

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

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