#C28B1C

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

Shades of Nugget #C28B1C

Tints of Nugget #C28B1C

Color information

#C28B1C (or 0xC28B1C) is unknown color: approx Nugget. HEX triplet: C2, 8B and 1C. RGB value is (194,139,28). Sum of RGB (Red+Green+Blue) = 194+139+28=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B1C is #3D74E3. Grayscale: #8F8F8F. Windows color (decimal): -4027620 or 1870786. OLE color: 1870786.

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

Color convert

RGB19413928-
CMYK00.280.860.24
HSL40.12º74.77%43.53%-
HSV(B)40.12º85.57%76.08%-
XYZ31.6930.025.22-
YUV142.7963.22164.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.74%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 28 (11.33% from 255) = 7.76%
R=53.74%
G=38.50%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941392800.280.860.2440.1274.7743.53
HexC28B1C01C5618284b2c
Octal30221334034126305011354
Binary1100001010001011111000111001010110110001010001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B1C; }

 p { color: rgb(194,139,28); }

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

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

 a { background-color: rgb(194,139,28); }

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

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

 span { border-color: rgb(194,139,28); }

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