Html Css Color HEX #856D13 Yukon Gold

📋 copy color: '#856D13'

red 133 ◦ green 109 ◦ blue 19

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

Shades of Yukon Gold #856D13

Tints of Yukon Gold #856D13

RGB

 RED value IS 133 (52.34% from 255) = 50.96%

 GREEN value IS 109 (42.97% from 255) = 41.76%

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

R = 50.96%
G = 41.76%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#856D13 (or 0x856D13) is known color: Yukon Gold. HEX triplet: 85, 6D and 13. RGB value is (133,109,19). Sum of RGB (Red+Green+Blue) = 133+109+19=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #856D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D13 is #7A92EC. Grayscale: #6A6A6A. Windows color (decimal): -8033005 or 1273221. OLE color: 1273221.

HSL color Cylindrical-coordinate representation of color #856D13: hue angle of 47.37º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #856D13 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 109 19 -
CMYK 0 0.18 0.86 0.48
HSL 47.37º 0.75% 0.3% -
HSV(B) 47.37º 0.86% 0.52% -
XYZ 15.26 15.97 2.89 -
YUV 105.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 133 109 19 0 0.18 0.86 0.48 47.37 0.75 0.3
Hex 85 6D 13 0 12 56 30 2F 4B 1E
Octal 205 155 23 0 22 126 60 57 113 36
Binary 10000101 1101101 10011 0 10010 1010110 110000 101111 1001011 11110

Color Harmonies of #856D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D13

Black with #856D13

Text Example


Text Example

White with #856D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856D13; }

 p { color: rgb(133,109,19); }

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

background-color css

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

 a { background-color: rgb(133,109,19); }

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

border-color css

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

 span { border-color: rgb(133,109,19); }

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