Html Css Color HEX #836412 Yukon Gold

📋 copy color: '#836412'

red 131 ◦ green 100 ◦ blue 18

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

Shades of Yukon Gold #836412

Tints of Yukon Gold #836412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 52.61%
G = 40.16%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#836412 (or 0x836412) is known color: Yukon Gold. HEX triplet: 83, 64 and 12. RGB value is (131,100,18). Sum of RGB (Red+Green+Blue) = 131+100+18=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #836412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836412 is #7C9BED. Grayscale: #646464. Windows color (decimal): -8166382 or 1205379. OLE color: 1205379.

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

Color convert

RGB 131 100 18 -
CMYK 0 0.24 0.86 0.49
HSL 43.54º 0.76% 0.29% -
HSV(B) 43.54º 0.86% 0.51% -
XYZ 14.03 13.98 2.53 -
YUV 99.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 131 100 18 0 0.24 0.86 0.49 43.54 0.76 0.29
Hex 83 64 12 0 18 56 31 2C 4C 1D
Octal 203 144 22 0 30 126 61 54 114 35
Binary 10000011 1100100 10010 0 11000 1010110 110001 101100 1001100 11101

Color Harmonies of #836412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836412

Black with #836412

Text Example


Text Example

White with #836412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836412; }

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

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

background-color css

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

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

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

border-color css

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

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

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