Html Css Color HEX #C1830E Dark Goldenrod

📋 copy color: '#C1830E'

red 193 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #C1830E

Tints of Dark Goldenrod #C1830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

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

R = 57.1%
G = 38.76%
B = 4.14%

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

#C1830E (or 0xC1830E) is known color: Dark Goldenrod. HEX triplet: C1, 83 and 0E. RGB value is (193,131,14). Sum of RGB (Red+Green+Blue) = 193+131+14=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1830E is #3E7CF1. Grayscale: #888888. Windows color (decimal): -4095218 or 951233. OLE color: 951233.

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

Color convert

RGB 193 131 14 -
CMYK 0 0.32 0.93 0.24
HSL 39.22º 0.86% 0.41% -
HSV(B) 39.22º 0.93% 0.76% -
XYZ 30.19 27.6 4.15 -
YUV 136.2 59.04 168.51 -
System Red Green Blue C M Y K H S L
Decimal 193 131 14 0 0.32 0.93 0.24 39.22 0.86 0.41
Hex C1 83 E 0 20 5D 18 27 56 29
Octal 301 203 16 0 40 135 30 47 126 51
Binary 11000001 10000011 1110 0 100000 1011101 11000 100111 1010110 101001

Color Harmonies of #C1830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1830E

Black with #C1830E

Text Example


Text Example

White with #C1830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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