Html Css Color HEX #83741A Yukon Gold

📋 copy color: '#83741A'

red 131 ◦ green 116 ◦ blue 26

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

Shades of Yukon Gold #83741A

Tints of Yukon Gold #83741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.49%

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

R = 47.99%
G = 42.49%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83741A (or 0x83741A) is known color: Yukon Gold. HEX triplet: 83, 74 and 1A. RGB value is (131,116,26). Sum of RGB (Red+Green+Blue) = 131+116+26=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83741A is #7C8BE5. Grayscale: #6E6E6E. Windows color (decimal): -8162278 or 1733763. OLE color: 1733763.

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

Color convert

RGB 131 116 26 -
CMYK 0 0.11 0.80 0.49
HSL 51.43º 0.67% 0.31% -
HSV(B) 51.43º 0.8% 0.51% -
XYZ 15.79 17.39 3.5 -
YUV 110.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 131 116 26 0 0.11 0.80 0.49 51.43 0.67 0.31
Hex 83 74 1A 0 B 50 31 33 43 1F
Octal 203 164 32 0 13 120 61 63 103 37
Binary 10000011 1110100 11010 0 1011 1010000 110001 110011 1000011 11111

Color Harmonies of #83741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83741A

Black with #83741A

Text Example


Text Example

White with #83741A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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