Html Css Color HEX #856818 Yukon Gold

📋 copy color: '#856818'

red 133 ◦ green 104 ◦ blue 24

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

Shades of Yukon Gold #856818

Tints of Yukon Gold #856818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 50.96%
G = 39.85%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#856818 (or 0x856818) is known color: Yukon Gold. HEX triplet: 85, 68 and 18. RGB value is (133,104,24). Sum of RGB (Red+Green+Blue) = 133+104+24=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #856818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856818 is #7A97E7. Grayscale: #676767. Windows color (decimal): -8034280 or 1599621. OLE color: 1599621.

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

Color convert

RGB 133 104 24 -
CMYK 0 0.22 0.82 0.48
HSL 44.04º 0.69% 0.31% -
HSV(B) 44.04º 0.82% 0.52% -
XYZ 14.79 14.95 2.97 -
YUV 103.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 133 104 24 0 0.22 0.82 0.48 44.04 0.69 0.31
Hex 85 68 18 0 16 52 30 2C 45 1F
Octal 205 150 30 0 26 122 60 54 105 37
Binary 10000101 1101000 11000 0 10110 1010010 110000 101100 1000101 11111

Color Harmonies of #856818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856818

Black with #856818

Text Example


Text Example

White with #856818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856818; }

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

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

background-color css

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

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

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

border-color css

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

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

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