Html Css Color HEX #83711A Yukon Gold

📋 copy color: '#83711A'

red 131 ◦ green 113 ◦ blue 26

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

Shades of Yukon Gold #83711A

Tints of Yukon Gold #83711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 48.52%
G = 41.85%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83711A (or 0x83711A) is known color: Yukon Gold. HEX triplet: 83, 71 and 1A. RGB value is (131,113,26). Sum of RGB (Red+Green+Blue) = 131+113+26=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #83711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83711A is #7C8EE5. Grayscale: #6C6C6C. Windows color (decimal): -8163046 or 1732995. OLE color: 1732995.

HSL color Cylindrical-coordinate representation of color #83711A: hue angle of 49.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83711A is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 113 26 -
CMYK 0 0.14 0.80 0.49
HSL 49.71º 0.67% 0.31% -
HSV(B) 49.71º 0.8% 0.51% -
XYZ 15.45 16.71 3.39 -
YUV 108.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 131 113 26 0 0.14 0.80 0.49 49.71 0.67 0.31
Hex 83 71 1A 0 E 50 31 32 43 1F
Octal 203 161 32 0 16 120 61 62 103 37
Binary 10000011 1110001 11010 0 1110 1010000 110001 110010 1000011 11111

Color Harmonies of #83711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83711A

Black with #83711A

Text Example


Text Example

White with #83711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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