Html Css Color HEX #837014 Yukon Gold

📋 copy color: '#837014'

red 131 ◦ green 112 ◦ blue 20

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

Shades of Yukon Gold #837014

Tints of Yukon Gold #837014

RGB

 RED value IS 131 (51.56% from 255) = 49.81%

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 49.81%
G = 42.59%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#837014 (or 0x837014) is known color: Yukon Gold. HEX triplet: 83, 70 and 14. RGB value is (131,112,20). Sum of RGB (Red+Green+Blue) = 131+112+20=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #837014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837014 is #7C8FEB. Grayscale: #6B6B6B. Windows color (decimal): -8163308 or 1339523. OLE color: 1339523.

HSL color Cylindrical-coordinate representation of color #837014: hue angle of 49.73º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #837014 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 20 -
CMYK 0 0.15 0.85 0.49
HSL 49.73º 0.74% 0.3% -
HSV(B) 49.73º 0.85% 0.51% -
XYZ 15.28 16.46 3.03 -
YUV 107.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 131 112 20 0 0.15 0.85 0.49 49.73 0.74 0.3
Hex 83 70 14 0 F 55 31 32 4A 1E
Octal 203 160 24 0 17 125 61 62 112 36
Binary 10000011 1110000 10100 0 1111 1010101 110001 110010 1001010 11110

Color Harmonies of #837014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837014

Black with #837014

Text Example


Text Example

White with #837014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837014; }

 p { color: rgb(131,112,20); }

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

background-color css

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

 a { background-color: rgb(131,112,20); }

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

border-color css

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

 span { border-color: rgb(131,112,20); }

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