Html Css Color HEX #836420 Yukon Gold

📋 copy color: '#836420'

red 131 ◦ green 100 ◦ blue 32

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

Shades of Yukon Gold #836420

Tints of Yukon Gold #836420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.02%

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

R = 49.81%
G = 38.02%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#836420 (or 0x836420) is known color: Yukon Gold. HEX triplet: 83, 64 and 20. RGB value is (131,100,32). Sum of RGB (Red+Green+Blue) = 131+100+32=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #836420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836420 is #7C9BDF. Grayscale: #656565. Windows color (decimal): -8166368 or 2122883. OLE color: 2122883.

HSL color Cylindrical-coordinate representation of color #836420: hue angle of 41.21º 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 #836420 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 32 -
CMYK 0 0.24 0.76 0.49
HSL 41.21º 0.61% 0.32% -
HSV(B) 41.21º 0.76% 0.51% -
XYZ 14.18 14.04 3.33 -
YUV 101.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 131 100 32 0 0.24 0.76 0.49 41.21 0.61 0.32
Hex 83 64 20 0 18 4C 31 29 3D 20
Octal 203 144 40 0 30 114 61 51 75 40
Binary 10000011 1100100 100000 0 11000 1001100 110001 101001 111101 100000

Color Harmonies of #836420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836420

Black with #836420

Text Example


Text Example

White with #836420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836420; }

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

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

background-color css

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

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

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

border-color css

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

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

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