Html Css Color HEX #836B13 Yukon Gold

📋 copy color: '#836B13'

red 131 ◦ green 107 ◦ blue 19

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

Shades of Yukon Gold #836B13

Tints of Yukon Gold #836B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.63%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 50.97%
G = 41.63%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#836B13 (or 0x836B13) is known color: Yukon Gold. HEX triplet: 83, 6B and 13. RGB value is (131,107,19). Sum of RGB (Red+Green+Blue) = 131+107+19=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #836B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836B13 is #7C94EC. Grayscale: #686868. Windows color (decimal): -8164589 or 1272707. OLE color: 1272707.

HSL color Cylindrical-coordinate representation of color #836B13: hue angle of 47.14º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #836B13 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 107 19 -
CMYK 0 0.18 0.85 0.49
HSL 47.14º 0.75% 0.29% -
HSV(B) 47.14º 0.85% 0.51% -
XYZ 14.74 15.39 2.81 -
YUV 104.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 131 107 19 0 0.18 0.85 0.49 47.14 0.75 0.29
Hex 83 6B 13 0 12 55 31 2F 4B 1D
Octal 203 153 23 0 22 125 61 57 113 35
Binary 10000011 1101011 10011 0 10010 1010101 110001 101111 1001011 11101

Color Harmonies of #836B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836B13

Black with #836B13

Text Example


Text Example

White with #836B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836B13; }

 p { color: rgb(131,107,19); }

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

background-color css

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

 a { background-color: rgb(131,107,19); }

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

border-color css

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

 span { border-color: rgb(131,107,19); }

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