Html Css Color HEX #83721A Yukon Gold

📋 copy color: '#83721A'

red 131 ◦ green 114 ◦ blue 26

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

Shades of Yukon Gold #83721A

Tints of Yukon Gold #83721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

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

R = 48.34%
G = 42.07%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83721A (or 0x83721A) is known color: Yukon Gold. HEX triplet: 83, 72 and 1A. RGB value is (131,114,26). Sum of RGB (Red+Green+Blue) = 131+114+26=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #83721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83721A is #7C8DE5. Grayscale: #6D6D6D. Windows color (decimal): -8162790 or 1733251. OLE color: 1733251.

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

Color convert

RGB 131 114 26 -
CMYK 0 0.13 0.80 0.49
HSL 50.29º 0.67% 0.31% -
HSV(B) 50.29º 0.8% 0.51% -
XYZ 15.56 16.93 3.43 -
YUV 109.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 131 114 26 0 0.13 0.80 0.49 50.29 0.67 0.31
Hex 83 72 1A 0 D 50 31 32 43 1F
Octal 203 162 32 0 15 120 61 62 103 37
Binary 10000011 1110010 11010 0 1101 1010000 110001 110010 1000011 11111

Color Harmonies of #83721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83721A

Black with #83721A

Text Example


Text Example

White with #83721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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