Html Css Color HEX #C58613 Dark Goldenrod

📋 copy color: '#C58613'

red 197 ◦ green 134 ◦ blue 19

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

Shades of Dark Goldenrod #C58613

Tints of Dark Goldenrod #C58613

RGB

 RED value IS 197 (77.34% from 255) = 56.29%

 GREEN value IS 134 (52.73% from 255) = 38.29%

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

R = 56.29%
G = 38.29%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C58613 (or 0xC58613) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 13. RGB value is (197,134,19). Sum of RGB (Red+Green+Blue) = 197+134+19=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C58613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58613 is #3A79EC. Grayscale: #8C8C8C. Windows color (decimal): -3832301 or 1279685. OLE color: 1279685.

HSL color Cylindrical-coordinate representation of color #C58613: hue angle of 38.76º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C58613 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 134 19 -
CMYK 0 0.32 0.90 0.23
HSL 38.76º 0.82% 0.42% -
HSV(B) 38.76º 0.9% 0.77% -
XYZ 31.67 28.97 4.54 -
YUV 139.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 197 134 19 0 0.32 0.90 0.23 38.76 0.82 0.42
Hex C5 86 13 0 20 5A 17 27 52 2A
Octal 305 206 23 0 40 132 27 47 122 52
Binary 11000101 10000110 10011 0 100000 1011010 10111 100111 1010010 101010

Color Harmonies of #C58613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58613

Black with #C58613

Text Example


Text Example

White with #C58613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58613; }

 p { color: rgb(197,134,19); }

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

background-color css

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

 a { background-color: rgb(197,134,19); }

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

border-color css

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

 span { border-color: rgb(197,134,19); }

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