Html Css Color HEX #856815 Yukon Gold

📋 copy color: '#856815'

red 133 ◦ green 104 ◦ blue 21

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

Shades of Yukon Gold #856815

Tints of Yukon Gold #856815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 51.55%
G = 40.31%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#856815 (or 0x856815) is known color: Yukon Gold. HEX triplet: 85, 68 and 15. RGB value is (133,104,21). Sum of RGB (Red+Green+Blue) = 133+104+21=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #856815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856815 is #7A97EA. Grayscale: #676767. Windows color (decimal): -8034283 or 1403013. OLE color: 1403013.

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

Color convert

RGB 133 104 21 -
CMYK 0 0.22 0.84 0.48
HSL 44.46º 0.73% 0.3% -
HSV(B) 44.46º 0.84% 0.52% -
XYZ 14.76 14.94 2.82 -
YUV 103.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 133 104 21 0 0.22 0.84 0.48 44.46 0.73 0.3
Hex 85 68 15 0 16 54 30 2C 49 1E
Octal 205 150 25 0 26 124 60 54 111 36
Binary 10000101 1101000 10101 0 10110 1010100 110000 101100 1001001 11110

Color Harmonies of #856815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856815

Black with #856815

Text Example


Text Example

White with #856815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856815; }

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

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

background-color css

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

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

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

border-color css

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

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

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