Html Css Color HEX #C18713 Dark Goldenrod

📋 copy color: '#C18713'

red 193 ◦ green 135 ◦ blue 19

#C18713
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C18713

Tints of Dark Goldenrod #C18713

RGB

 RED value IS 193 (75.78% from 255) = 55.62%

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 19 (7.81% from 255) = 5.48%

R = 55.62%
G = 38.9%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C18713 (or 0xC18713) is known color: Dark Goldenrod. HEX triplet: C1, 87 and 13. RGB value is (193,135,19). Sum of RGB (Red+Green+Blue) = 193+135+19=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C18713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18713 is #3E78EC. Grayscale: #8B8B8B. Windows color (decimal): -4094189 or 1279937. OLE color: 1279937.

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

Color convert

RGB 193 135 19 -
CMYK 0 0.30 0.90 0.24
HSL 40º 0.82% 0.42% -
HSV(B) 40º 0.9% 0.76% -
XYZ 30.77 28.71 4.54 -
YUV 139.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 193 135 19 0 0.30 0.90 0.24 40 0.82 0.42
Hex C1 87 13 0 1E 5A 18 28 52 2A
Octal 301 207 23 0 36 132 30 50 122 52
Binary 11000001 10000111 10011 0 11110 1011010 11000 101000 1010010 101010

Color Harmonies of #C18713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18713

Black with #C18713

Text Example


Text Example

White with #C18713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18713; }

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

 H1.HeaderClassName
 {
   color: #C18713;
 }
 .AnyTagClassName
 {
   color: #C18713;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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