Html Css Color HEX #836210 Yukon Gold

📋 copy color: '#836210'

red 131 ◦ green 98 ◦ blue 16

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

Shades of Yukon Gold #836210

Tints of Yukon Gold #836210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 53.47%
G = 40%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#836210 (or 0x836210) is known color: Yukon Gold. HEX triplet: 83, 62 and 10. RGB value is (131,98,16). Sum of RGB (Red+Green+Blue) = 131+98+16=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #836210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836210 is #7C9DEF. Grayscale: #626262. Windows color (decimal): -8166896 or 1073795. OLE color: 1073795.

HSL color Cylindrical-coordinate representation of color #836210: hue angle of 42.78º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #836210 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 98 16 -
CMYK 0 0.25 0.88 0.49
HSL 42.78º 0.78% 0.29% -
HSV(B) 42.78º 0.88% 0.51% -
XYZ 13.82 13.6 2.39 -
YUV 98.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 131 98 16 0 0.25 0.88 0.49 42.78 0.78 0.29
Hex 83 62 10 0 19 58 31 2B 4E 1D
Octal 203 142 20 0 31 130 61 53 116 35
Binary 10000011 1100010 10000 0 11001 1011000 110001 101011 1001110 11101

Color Harmonies of #836210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836210

Black with #836210

Text Example


Text Example

White with #836210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836210; }

 p { color: rgb(131,98,16); }

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

background-color css

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

 a { background-color: rgb(131,98,16); }

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

border-color css

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

 span { border-color: rgb(131,98,16); }

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