Html Css Color HEX #856013 Yukon Gold

📋 copy color: '#856013'

red 133 ◦ green 96 ◦ blue 19

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

Shades of Yukon Gold #856013

Tints of Yukon Gold #856013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

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

R = 53.63%
G = 38.71%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#856013 (or 0x856013) is known color: Yukon Gold. HEX triplet: 85, 60 and 13. RGB value is (133,96,19). Sum of RGB (Red+Green+Blue) = 133+96+19=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #856013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856013 is #7A9FEC. Grayscale: #626262. Windows color (decimal): -8036333 or 1269893. OLE color: 1269893.

HSL color Cylindrical-coordinate representation of color #856013: hue angle of 40.53º 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 #856013 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 19 -
CMYK 0 0.28 0.86 0.48
HSL 40.53º 0.75% 0.3% -
HSV(B) 40.53º 0.86% 0.52% -
XYZ 13.97 13.4 2.47 -
YUV 98.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 133 96 19 0 0.28 0.86 0.48 40.53 0.75 0.3
Hex 85 60 13 0 1C 56 30 29 4B 1E
Octal 205 140 23 0 34 126 60 51 113 36
Binary 10000101 1100000 10011 0 11100 1010110 110000 101001 1001011 11110

Color Harmonies of #856013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856013

Black with #856013

Text Example


Text Example

White with #856013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856013; }

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

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

background-color css

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

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

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

border-color css

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

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

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