#C18920

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

Shades of Nugget #C18920

Tints of Nugget #C18920

Color information

#C18920 (or 0xC18920) is unknown color: approx Nugget. HEX triplet: C1, 89 and 20. RGB value is (193,137,32). Sum of RGB (Red+Green+Blue) = 193+137+32=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C18920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18920 is #3E76DF. Grayscale: #8E8E8E. Windows color (decimal): -4093664 or 2132417. OLE color: 2132417.

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

Color convert

RGB19313732-
CMYK00.290.830.24
HSL39.13º71.56%44.12%-
HSV(B)39.13º83.42%75.69%-
XYZ31.229.335.38-
YUV141.7766.05164.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.31%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 32 (12.89% from 255) = 8.84%
R=53.31%
G=37.85%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931373200.290.830.2439.1371.5644.12
HexC1892001D531827482c
Octal30121140035123304711054
Binary11000001100010011000000111011010011110001001111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18920; }

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

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

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

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

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

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

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

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