#C28D1F

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

Shades of Nugget #C28D1F

Tints of Nugget #C28D1F

Color information

#C28D1F (or 0xC28D1F) is unknown color: approx Nugget. HEX triplet: C2, 8D and 1F. RGB value is (194,141,31). Sum of RGB (Red+Green+Blue) = 194+141+31=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D1F is #3D72E0. Grayscale: #909090. Windows color (decimal): -4027105 or 2067906. OLE color: 2067906.

HSL color Cylindrical-coordinate representation of color #C28D1F: hue angle of 40.49º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C28D1F is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19414131-
CMYK00.270.840.24
HSL40.49º72.44%44.12%-
HSV(B)40.49º84.02%76.08%-
XYZ32.0230.625.52-
YUV144.3164.06163.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 31 (12.5% from 255) = 8.47%
R=53.01%
G=38.52%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941413100.270.840.2440.4972.4444.12
HexC28D1F01B541828482c
Octal30221537033124305011054
Binary1100001010001101111110110111010100110001010001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28D1F; }

 p { color: rgb(194,141,31); }

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

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

 a { background-color: rgb(194,141,31); }

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

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

 span { border-color: rgb(194,141,31); }

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