Html Css Color HEX #836520 Yukon Gold

📋 copy color: '#836520'

red 131 ◦ green 101 ◦ blue 32

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

Shades of Yukon Gold #836520

Tints of Yukon Gold #836520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.26%

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

R = 49.62%
G = 38.26%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#836520 (or 0x836520) is known color: Yukon Gold. HEX triplet: 83, 65 and 20. RGB value is (131,101,32). Sum of RGB (Red+Green+Blue) = 131+101+32=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #836520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836520 is #7C9ADF. Grayscale: #666666. Windows color (decimal): -8166112 or 2123139. OLE color: 2123139.

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

Color convert

RGB 131 101 32 -
CMYK 0 0.23 0.76 0.49
HSL 41.82º 0.61% 0.32% -
HSV(B) 41.82º 0.76% 0.51% -
XYZ 14.27 14.24 3.36 -
YUV 102.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 131 101 32 0 0.23 0.76 0.49 41.82 0.61 0.32
Hex 83 65 20 0 17 4C 31 2A 3D 20
Octal 203 145 40 0 27 114 61 52 75 40
Binary 10000011 1100101 100000 0 10111 1001100 110001 101010 111101 100000

Color Harmonies of #836520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836520

Black with #836520

Text Example


Text Example

White with #836520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836520; }

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

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

background-color css

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

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

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

border-color css

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

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

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