Html Css Color HEX #856119 Yukon Gold

📋 copy color: '#856119'

red 133 ◦ green 97 ◦ blue 25

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

Shades of Yukon Gold #856119

Tints of Yukon Gold #856119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

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

R = 52.16%
G = 38.04%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#856119 (or 0x856119) is known color: Yukon Gold. HEX triplet: 85, 61 and 19. RGB value is (133,97,25). Sum of RGB (Red+Green+Blue) = 133+97+25=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #856119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856119 is #7A9EE6. Grayscale: #636363. Windows color (decimal): -8036071 or 1663365. OLE color: 1663365.

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

Color convert

RGB 133 97 25 -
CMYK 0 0.27 0.81 0.48
HSL 40º 0.68% 0.31% -
HSV(B) 40º 0.81% 0.52% -
XYZ 14.12 13.61 2.8 -
YUV 99.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 133 97 25 0 0.27 0.81 0.48 40 0.68 0.31
Hex 85 61 19 0 1B 51 30 28 44 1F
Octal 205 141 31 0 33 121 60 50 104 37
Binary 10000101 1100001 11001 0 11011 1010001 110000 101000 1000100 11111

Color Harmonies of #856119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856119

Black with #856119

Text Example


Text Example

White with #856119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856119; }

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

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

background-color css

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

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

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

border-color css

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

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

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