#C18313

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

Shades of Dark Goldenrod #C18313

Tints of Dark Goldenrod #C18313

Color information

#C18313 (or 0xC18313) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 83 and 13. RGB value is (193,131,19). Sum of RGB (Red+Green+Blue) = 193+131+19=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C18313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18313 is #3E7CEC. Grayscale: #898989. Windows color (decimal): -4095213 or 1278913. OLE color: 1278913.

HSL color Cylindrical-coordinate representation of color #C18313: hue angle of 38.62º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C18313 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB19313119-
CMYK00.320.900.24
HSL38.62º82.08%41.57%-
HSV(B)38.62º90.16%75.69%-
XYZ30.2327.624.35-
YUV136.7761.54168.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 19 (7.81% from 255) = 5.54%
R=56.27%
G=38.19%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931311900.320.900.2438.6282.0841.57
HexC183130205A1827522a
Octal30120323040132304712252
Binary11000001100000111001101000001011010110001001111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18313; }

 p { color: rgb(193,131,19); }

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

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

 a { background-color: rgb(193,131,19); }

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

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

 span { border-color: rgb(193,131,19); }

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