Html Css Color HEX #856017 Yukon Gold

📋 copy color: '#856017'

red 133 ◦ green 96 ◦ blue 23

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

Shades of Yukon Gold #856017

Tints of Yukon Gold #856017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 52.78%
G = 38.1%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#856017 (or 0x856017) is known color: Yukon Gold. HEX triplet: 85, 60 and 17. RGB value is (133,96,23). Sum of RGB (Red+Green+Blue) = 133+96+23=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #856017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856017 is #7A9FE8. Grayscale: #636363. Windows color (decimal): -8036329 or 1532037. OLE color: 1532037.

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

Color convert

RGB 133 96 23 -
CMYK 0 0.28 0.83 0.48
HSL 39.82º 0.71% 0.31% -
HSV(B) 39.82º 0.83% 0.52% -
XYZ 14.01 13.41 2.66 -
YUV 98.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 133 96 23 0 0.28 0.83 0.48 39.82 0.71 0.31
Hex 85 60 17 0 1C 53 30 28 47 1F
Octal 205 140 27 0 34 123 60 50 107 37
Binary 10000101 1100000 10111 0 11100 1010011 110000 101000 1000111 11111

Color Harmonies of #856017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856017

Black with #856017

Text Example


Text Example

White with #856017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856017; }

 p { color: rgb(133,96,23); }

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

background-color css

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

 a { background-color: rgb(133,96,23); }

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

border-color css

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

 span { border-color: rgb(133,96,23); }

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