#c18f1e

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

Shades of Nugget #C18F1E

Tints of Nugget #C18F1E

Color information

#C18F1E (or 0xC18F1E) is unknown color: approx Nugget. HEX triplet: C1, 8F and 1E. RGB value is (193,143,30). Sum of RGB (Red+Green+Blue) = 193+143+30=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F1E is #3E70E1. Grayscale: #919191. Windows color (decimal): -4092130 or 2002881. OLE color: 2002881.

HSL color Cylindrical-coordinate representation of color #C18F1E: hue angle of 41.6º degrees, saturation: 0.73, 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 #C18F1E is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19314330-
CMYK00.260.840.24
HSL41.6º73.09%43.73%-
HSV(B)41.6º84.46%75.69%-
XYZ32.0531.085.54-
YUV145.0763.06162.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 143 (56.25% from 255) = 39.07%
BLUE value IS 30 (12.11% from 255) = 8.20%
R=52.73%
G=39.07%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931433000.260.840.2441.673.0943.73
HexC18F1E01A54182a492c
Octal30121736032124305211154
Binary1100000110001111111100110101010100110001010101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c18f1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c18f1e; }

 p { color: rgb(193,143,30); }

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

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

 a { background-color: rgb(193,143,30); }

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

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

 span { border-color: rgb(193,143,30); }

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