Html Css Color HEX #856814 Yukon Gold

📋 copy color: '#856814'

red 133 ◦ green 104 ◦ blue 20

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

Shades of Yukon Gold #856814

Tints of Yukon Gold #856814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 51.75%
G = 40.47%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#856814 (or 0x856814) is known color: Yukon Gold. HEX triplet: 85, 68 and 14. RGB value is (133,104,20). Sum of RGB (Red+Green+Blue) = 133+104+20=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #856814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856814 is #7A97EB. Grayscale: #676767. Windows color (decimal): -8034284 or 1337477. OLE color: 1337477.

HSL color Cylindrical-coordinate representation of color #856814: hue angle of 44.6º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #856814 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 20 -
CMYK 0 0.22 0.85 0.48
HSL 44.6º 0.74% 0.3% -
HSV(B) 44.6º 0.85% 0.52% -
XYZ 14.75 14.94 2.77 -
YUV 103.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 133 104 20 0 0.22 0.85 0.48 44.6 0.74 0.3
Hex 85 68 14 0 16 55 30 2D 4A 1E
Octal 205 150 24 0 26 125 60 55 112 36
Binary 10000101 1101000 10100 0 10110 1010101 110000 101101 1001010 11110

Color Harmonies of #856814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856814

Black with #856814

Text Example


Text Example

White with #856814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856814; }

 p { color: rgb(133,104,20); }

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

background-color css

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

 a { background-color: rgb(133,104,20); }

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

border-color css

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

 span { border-color: rgb(133,104,20); }

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