#C18E22

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

Shades of Nugget #C18E22

Tints of Nugget #C18E22

Color information

#C18E22 (or 0xC18E22) is unknown color: approx Nugget. HEX triplet: C1, 8E and 22. RGB value is (193,142,34). Sum of RGB (Red+Green+Blue) = 193+142+34=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E22 is #3E71DD. Grayscale: #919191. Windows color (decimal): -4092382 or 2264769. OLE color: 2264769.

HSL color Cylindrical-coordinate representation of color #C18E22: hue angle of 40.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C18E22 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19314234-
CMYK00.260.820.24
HSL40.75º70.04%44.51%-
HSV(B)40.75º82.38%75.69%-
XYZ31.9530.85.77-
YUV144.9465.4162.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=52.30%
G=38.48%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931423400.260.820.2440.7570.0444.51
HexC18E2201A521829462d
Octal30121642032122305110655
Binary11000001100011101000100110101010010110001010011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18E22; }

 p { color: rgb(193,142,34); }

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

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

 a { background-color: rgb(193,142,34); }

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

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

 span { border-color: rgb(193,142,34); }

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