Html Css Color HEX #C58413 Dark Goldenrod

📋 copy color: '#C58413'

red 197 ◦ green 132 ◦ blue 19

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

Shades of Dark Goldenrod #C58413

Tints of Dark Goldenrod #C58413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 56.61%
G = 37.93%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C58413 (or 0xC58413) is known color: Dark Goldenrod. HEX triplet: C5, 84 and 13. RGB value is (197,132,19). Sum of RGB (Red+Green+Blue) = 197+132+19=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C58413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58413 is #3A7BEC. Grayscale: #8B8B8B. Windows color (decimal): -3832813 or 1279173. OLE color: 1279173.

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

Color convert

RGB 197 132 19 -
CMYK 0 0.33 0.90 0.23
HSL 38.09º 0.82% 0.42% -
HSV(B) 38.09º 0.9% 0.77% -
XYZ 31.39 28.42 4.45 -
YUV 138.55 60.53 169.69 -
System Red Green Blue C M Y K H S L
Decimal 197 132 19 0 0.33 0.90 0.23 38.09 0.82 0.42
Hex C5 84 13 0 21 5A 17 26 52 2A
Octal 305 204 23 0 41 132 27 46 122 52
Binary 11000101 10000100 10011 0 100001 1011010 10111 100110 1010010 101010

Color Harmonies of #C58413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58413

Black with #C58413

Text Example


Text Example

White with #C58413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58413; }

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

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

background-color css

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

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

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

border-color css

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

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

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