Html Css Color HEX #C1740C Dark Goldenrod

📋 copy color: '#C1740C'

red 193 ◦ green 116 ◦ blue 12

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

Shades of Dark Goldenrod #C1740C

Tints of Dark Goldenrod #C1740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 60.12%
G = 36.14%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1740C (or 0xC1740C) is known color: Dark Goldenrod. HEX triplet: C1, 74 and 0C. RGB value is (193,116,12). Sum of RGB (Red+Green+Blue) = 193+116+12=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1740C is #3E8BF3. Grayscale: #7F7F7F. Windows color (decimal): -4099060 or 816321. OLE color: 816321.

HSL color Cylindrical-coordinate representation of color #C1740C: hue angle of 34.48º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1740C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 116 12 -
CMYK 0 0.40 0.94 0.24
HSL 34.48º 0.88% 0.4% -
HSV(B) 34.48º 0.94% 0.76% -
XYZ 28.3 23.85 3.46 -
YUV 127.17 63.01 174.96 -
System Red Green Blue C M Y K H S L
Decimal 193 116 12 0 0.40 0.94 0.24 34.48 0.88 0.4
Hex C1 74 C 0 28 5E 18 22 58 28
Octal 301 164 14 0 50 136 30 42 130 50
Binary 11000001 1110100 1100 0 101000 1011110 11000 100010 1011000 101000

Color Harmonies of #C1740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1740C

Black with #C1740C

Text Example


Text Example

White with #C1740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1740C; }

 p { color: rgb(193,116,12); }

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

background-color css

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

 a { background-color: rgb(193,116,12); }

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

border-color css

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

 span { border-color: rgb(193,116,12); }

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