#c18519

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

Shades of Dark Goldenrod #C18519

Tints of Dark Goldenrod #C18519

Color information

#C18519 (or 0xC18519) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 85 and 19. RGB value is (193,133,25). Sum of RGB (Red+Green+Blue) = 193+133+25=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C18519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18519 is #3E7AE6. Grayscale: #8B8B8B. Windows color (decimal): -4094695 or 1672641. OLE color: 1672641.

HSL color Cylindrical-coordinate representation of color #C18519: hue angle of 38.57º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C18519 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19313325-
CMYK00.310.870.24
HSL38.57º77.06%42.75%-
HSV(B)38.57º87.05%75.69%-
XYZ30.5628.184.75-
YUV138.6363.88166.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.99%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 25 (10.16% from 255) = 7.12%
R=54.99%
G=37.89%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931332500.310.870.2438.5777.0642.75
HexC1851901F5718274d2b
Octal30120531037127304711553
Binary1100000110000101110010111111010111110001001111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c18519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c18519; }

 p { color: rgb(193,133,25); }

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

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

 a { background-color: rgb(193,133,25); }

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

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

 span { border-color: rgb(193,133,25); }

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