#c1891e

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

Shades of Nugget #C1891E

Tints of Nugget #C1891E

Color information

#C1891E (or 0xC1891E) is unknown color: approx Nugget. HEX triplet: C1, 89 and 1E. RGB value is (193,137,30). Sum of RGB (Red+Green+Blue) = 193+137+30=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C1891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1891E is #3E76E1. Grayscale: #8E8E8E. Windows color (decimal): -4093666 or 2001345. OLE color: 2001345.

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

Color convert

RGB19313730-
CMYK00.290.840.24
HSL39.39º73.09%43.73%-
HSV(B)39.39º84.46%75.69%-
XYZ31.1729.325.25-
YUV141.5565.05164.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.61%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=53.61%
G=38.06%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931373000.290.840.2439.3973.0943.73
HexC1891E01D541827492c
Octal30121136035124304711154
Binary1100000110001001111100111011010100110001001111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1891e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1891e; }

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

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

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

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

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

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

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

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