Html Css Color HEX #856519 Yukon Gold

📋 copy color: '#856519'

red 133 ◦ green 101 ◦ blue 25

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

Shades of Yukon Gold #856519

Tints of Yukon Gold #856519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39%

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 51.35%
G = 39%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#856519 (or 0x856519) is known color: Yukon Gold. HEX triplet: 85, 65 and 19. RGB value is (133,101,25). Sum of RGB (Red+Green+Blue) = 133+101+25=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #856519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856519 is #7A9AE6. Grayscale: #666666. Windows color (decimal): -8035047 or 1664389. OLE color: 1664389.

HSL color Cylindrical-coordinate representation of color #856519: hue angle of 42.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #856519 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 25 -
CMYK 0 0.24 0.81 0.48
HSL 42.22º 0.68% 0.31% -
HSV(B) 42.22º 0.81% 0.52% -
XYZ 14.5 14.36 2.93 -
YUV 101.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 133 101 25 0 0.24 0.81 0.48 42.22 0.68 0.31
Hex 85 65 19 0 18 51 30 2A 44 1F
Octal 205 145 31 0 30 121 60 52 104 37
Binary 10000101 1100101 11001 0 11000 1010001 110000 101010 1000100 11111

Color Harmonies of #856519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856519

Black with #856519

Text Example


Text Example

White with #856519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856519; }

 p { color: rgb(133,101,25); }

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

background-color css

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

 a { background-color: rgb(133,101,25); }

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

border-color css

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

 span { border-color: rgb(133,101,25); }

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