Html Css Color HEX #856115 Yukon Gold

📋 copy color: '#856115'

red 133 ◦ green 97 ◦ blue 21

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

Shades of Yukon Gold #856115

Tints of Yukon Gold #856115

RGB

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

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

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

R = 52.99%
G = 38.65%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#856115 (or 0x856115) is known color: Yukon Gold. HEX triplet: 85, 61 and 15. RGB value is (133,97,21). Sum of RGB (Red+Green+Blue) = 133+97+21=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #856115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856115 is #7A9EEA. Grayscale: #636363. Windows color (decimal): -8036075 or 1401221. OLE color: 1401221.

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

Color convert

RGB 133 97 21 -
CMYK 0 0.27 0.84 0.48
HSL 40.71º 0.73% 0.3% -
HSV(B) 40.71º 0.84% 0.52% -
XYZ 14.08 13.59 2.59 -
YUV 99.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 133 97 21 0 0.27 0.84 0.48 40.71 0.73 0.3
Hex 85 61 15 0 1B 54 30 29 49 1E
Octal 205 141 25 0 33 124 60 51 111 36
Binary 10000101 1100001 10101 0 11011 1010100 110000 101001 1001001 11110

Color Harmonies of #856115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856115

Black with #856115

Text Example


Text Example

White with #856115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856115; }

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

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

background-color css

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

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

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

border-color css

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

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

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