Html Css Color HEX #C1730C Dark Goldenrod

📋 copy color: '#C1730C'

red 193 ◦ green 115 ◦ blue 12

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

Shades of Dark Goldenrod #C1730C

Tints of Dark Goldenrod #C1730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

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

R = 60.31%
G = 35.94%
B = 3.75%

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

#C1730C (or 0xC1730C) is known color: Dark Goldenrod. HEX triplet: C1, 73 and 0C. RGB value is (193,115,12). Sum of RGB (Red+Green+Blue) = 193+115+12=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1730C is #3E8CF3. Grayscale: #7F7F7F. Windows color (decimal): -4099316 or 816065. OLE color: 816065.

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

Color convert

RGB 193 115 12 -
CMYK 0 0.40 0.94 0.24
HSL 34.14º 0.88% 0.4% -
HSV(B) 34.14º 0.94% 0.76% -
XYZ 28.19 23.63 3.42 -
YUV 126.58 63.34 175.38 -
System Red Green Blue C M Y K H S L
Decimal 193 115 12 0 0.40 0.94 0.24 34.14 0.88 0.4
Hex C1 73 C 0 28 5E 18 22 58 28
Octal 301 163 14 0 50 136 30 42 130 50
Binary 11000001 1110011 1100 0 101000 1011110 11000 100010 1011000 101000

Color Harmonies of #C1730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1730C

Black with #C1730C

Text Example


Text Example

White with #C1730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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