Html Css Color HEX #836120 Yukon Gold

📋 copy color: '#836120'

red 131 ◦ green 97 ◦ blue 32

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

Shades of Yukon Gold #836120

Tints of Yukon Gold #836120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.31%

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 50.38%
G = 37.31%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#836120 (or 0x836120) is known color: Yukon Gold. HEX triplet: 83, 61 and 20. RGB value is (131,97,32). Sum of RGB (Red+Green+Blue) = 131+97+32=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #836120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836120 is #7C9EDF. Grayscale: #646464. Windows color (decimal): -8167136 or 2122115. OLE color: 2122115.

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

Color convert

RGB 131 97 32 -
CMYK 0 0.26 0.76 0.49
HSL 39.39º 0.61% 0.32% -
HSV(B) 39.39º 0.76% 0.51% -
XYZ 13.9 13.48 3.24 -
YUV 99.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 131 97 32 0 0.26 0.76 0.49 39.39 0.61 0.32
Hex 83 61 20 0 1A 4C 31 27 3D 20
Octal 203 141 40 0 32 114 61 47 75 40
Binary 10000011 1100001 100000 0 11010 1001100 110001 100111 111101 100000

Color Harmonies of #836120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836120

Black with #836120

Text Example


Text Example

White with #836120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836120; }

 p { color: rgb(131,97,32); }

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

background-color css

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

 a { background-color: rgb(131,97,32); }

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

border-color css

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

 span { border-color: rgb(131,97,32); }

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