Html Css Color HEX #837112 Yukon Gold

📋 copy color: '#837112'

red 131 ◦ green 113 ◦ blue 18

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

Shades of Yukon Gold #837112

Tints of Yukon Gold #837112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 50%
G = 43.13%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#837112 (or 0x837112) is known color: Yukon Gold. HEX triplet: 83, 71 and 12. RGB value is (131,113,18). Sum of RGB (Red+Green+Blue) = 131+113+18=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #837112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837112 is #7C8EED. Grayscale: #6B6B6B. Windows color (decimal): -8163054 or 1208707. OLE color: 1208707.

HSL color Cylindrical-coordinate representation of color #837112: hue angle of 50.44º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #837112 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 113 18 -
CMYK 0 0.14 0.86 0.49
HSL 50.44º 0.76% 0.29% -
HSV(B) 50.44º 0.86% 0.51% -
XYZ 15.37 16.68 2.98 -
YUV 107.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 131 113 18 0 0.14 0.86 0.49 50.44 0.76 0.29
Hex 83 71 12 0 E 56 31 32 4C 1D
Octal 203 161 22 0 16 126 61 62 114 35
Binary 10000011 1110001 10010 0 1110 1010110 110001 110010 1001100 11101

Color Harmonies of #837112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837112

Black with #837112

Text Example


Text Example

White with #837112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837112; }

 p { color: rgb(131,113,18); }

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

background-color css

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

 a { background-color: rgb(131,113,18); }

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

border-color css

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

 span { border-color: rgb(131,113,18); }

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