#C18823

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

Shades of Nugget #C18823

Tints of Nugget #C18823

Color information

#C18823 (or 0xC18823) is unknown color: approx Nugget. HEX triplet: C1, 88 and 23. RGB value is (193,136,35). Sum of RGB (Red+Green+Blue) = 193+136+35=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C18823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18823 is #3E77DC. Grayscale: #8D8D8D. Windows color (decimal): -4093917 or 2328769. OLE color: 2328769.

HSL color Cylindrical-coordinate representation of color #C18823: hue angle of 38.35º degrees, saturation: 0.69, 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 #C18823 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19313635-
CMYK00.300.820.24
HSL38.35º69.3%44.71%-
HSV(B)38.35º81.87%75.69%-
XYZ31.129.075.56-
YUV141.5367.88164.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 35 (14.06% from 255) = 9.62%
R=53.02%
G=37.36%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931363500.300.820.2438.3569.344.71
HexC1882301E521826452d
Octal30121043036122304610555
Binary11000001100010001000110111101010010110001001101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18823; }

 p { color: rgb(193,136,35); }

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

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

 a { background-color: rgb(193,136,35); }

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

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

 span { border-color: rgb(193,136,35); }

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