Html Css Color HEX #C18413 Dark Goldenrod

📋 copy color: '#C18413'

red 193 ◦ green 132 ◦ blue 19

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

Shades of Dark Goldenrod #C18413

Tints of Dark Goldenrod #C18413

RGB

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

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

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

R = 56.1%
G = 38.37%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C18413 (or 0xC18413) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 13. RGB value is (193,132,19). Sum of RGB (Red+Green+Blue) = 193+132+19=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C18413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18413 is #3E7BEC. Grayscale: #898989. Windows color (decimal): -4094957 or 1279169. OLE color: 1279169.

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

Color convert

RGB 193 132 19 -
CMYK 0 0.32 0.90 0.24
HSL 38.97º 0.82% 0.42% -
HSV(B) 38.97º 0.9% 0.76% -
XYZ 30.36 27.89 4.4 -
YUV 137.36 61.21 167.69 -
System Red Green Blue C M Y K H S L
Decimal 193 132 19 0 0.32 0.90 0.24 38.97 0.82 0.42
Hex C1 84 13 0 20 5A 18 27 52 2A
Octal 301 204 23 0 40 132 30 47 122 52
Binary 11000001 10000100 10011 0 100000 1011010 11000 100111 1010010 101010

Color Harmonies of #C18413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18413

Black with #C18413

Text Example


Text Example

White with #C18413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18413; }

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

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

background-color css

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

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

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

border-color css

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

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

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