#c18b19

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

Shades of Dark Goldenrod #C18B19

Tints of Dark Goldenrod #C18B19

Color information

#C18B19 (or 0xC18B19) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 8B and 19. RGB value is (193,139,25). Sum of RGB (Red+Green+Blue) = 193+139+25=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18B19 is #3E74E6. Grayscale: #8E8E8E. Windows color (decimal): -4093159 or 1674177. OLE color: 1674177.

HSL color Cylindrical-coordinate representation of color #C18B19: hue angle of 40.71º 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 #C18B19 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19313925-
CMYK00.280.870.24
HSL40.71º77.06%42.75%-
HSV(B)40.71º87.05%75.69%-
XYZ31.429.875.03-
YUV142.1561.89164.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.06%
GREEN value IS 139 (54.69% from 255) = 38.94%
BLUE value IS 25 (10.16% from 255) = 7.00%
R=54.06%
G=38.94%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931392500.280.870.2440.7177.0642.75
HexC18B1901C5718294d2b
Octal30121331034127305111553
Binary1100000110001011110010111001010111110001010011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c18b19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c18b19; }

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

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

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

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

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

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

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

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