#C18B25

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

Shades of Nugget #C18B25

Tints of Nugget #C18B25

Color information

#C18B25 (or 0xC18B25) is unknown color: approx Nugget. HEX triplet: C1, 8B and 25. RGB value is (193,139,37). Sum of RGB (Red+Green+Blue) = 193+139+37=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B25 is #3E74DA. Grayscale: #8F8F8F. Windows color (decimal): -4093147 or 2460609. OLE color: 2460609.

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

Color convert

RGB19313937-
CMYK00.280.810.24
HSL39.23º67.83%45.1%-
HSV(B)39.23º80.83%75.69%-
XYZ31.5629.945.87-
YUV143.5267.89163.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 139 (54.69% from 255) = 37.67%
BLUE value IS 37 (14.84% from 255) = 10.03%
R=52.30%
G=37.67%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931393700.280.810.2439.2367.8345.1
HexC18B2501C511827442d
Octal30121345034121304710455
Binary11000001100010111001010111001010001110001001111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18B25; }

 p { color: rgb(193,139,37); }

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

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

 a { background-color: rgb(193,139,37); }

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

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

 span { border-color: rgb(193,139,37); }

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