Html Css Color HEX #C1840E Dark Goldenrod

📋 copy color: '#C1840E'

red 193 ◦ green 132 ◦ blue 14

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

Shades of Dark Goldenrod #C1840E

Tints of Dark Goldenrod #C1840E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 56.93%
G = 38.94%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1840E (or 0xC1840E) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 0E. RGB value is (193,132,14). Sum of RGB (Red+Green+Blue) = 193+132+14=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1840E is #3E7BF1. Grayscale: #898989. Windows color (decimal): -4094962 or 951489. OLE color: 951489.

HSL color Cylindrical-coordinate representation of color #C1840E: hue angle of 39.55º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1840E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 132 14 -
CMYK 0 0.32 0.93 0.24
HSL 39.55º 0.86% 0.41% -
HSV(B) 39.55º 0.93% 0.76% -
XYZ 30.32 27.87 4.2 -
YUV 136.79 58.71 168.09 -
System Red Green Blue C M Y K H S L
Decimal 193 132 14 0 0.32 0.93 0.24 39.55 0.86 0.41
Hex C1 84 E 0 20 5D 18 28 56 29
Octal 301 204 16 0 40 135 30 50 126 51
Binary 11000001 10000100 1110 0 100000 1011101 11000 101000 1010110 101001

Color Harmonies of #C1840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1840E

Black with #C1840E

Text Example


Text Example

White with #C1840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1840E; }

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

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

background-color css

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

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

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

border-color css

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

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

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