Html Css Color HEX #83731A Yukon Gold

📋 copy color: '#83731A'

red 131 ◦ green 115 ◦ blue 26

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

Shades of Yukon Gold #83731A

Tints of Yukon Gold #83731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.28%

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

R = 48.16%
G = 42.28%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83731A (or 0x83731A) is known color: Yukon Gold. HEX triplet: 83, 73 and 1A. RGB value is (131,115,26). Sum of RGB (Red+Green+Blue) = 131+115+26=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83731A is #7C8CE5. Grayscale: #6E6E6E. Windows color (decimal): -8162534 or 1733507. OLE color: 1733507.

HSL color Cylindrical-coordinate representation of color #83731A: hue angle of 50.86º 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 #83731A is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 26 -
CMYK 0 0.12 0.80 0.49
HSL 50.86º 0.67% 0.31% -
HSV(B) 50.86º 0.8% 0.51% -
XYZ 15.68 17.16 3.46 -
YUV 109.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 131 115 26 0 0.12 0.80 0.49 50.86 0.67 0.31
Hex 83 73 1A 0 C 50 31 33 43 1F
Octal 203 163 32 0 14 120 61 63 103 37
Binary 10000011 1110011 11010 0 1100 1010000 110001 110011 1000011 11111

Color Harmonies of #83731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83731A

Black with #83731A

Text Example


Text Example

White with #83731A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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