Html Css Color HEX #856214 Yukon Gold

📋 copy color: '#856214'

red 133 ◦ green 98 ◦ blue 20

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

Shades of Yukon Gold #856214

Tints of Yukon Gold #856214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 52.99%
G = 39.04%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#856214 (or 0x856214) is known color: Yukon Gold. HEX triplet: 85, 62 and 14. RGB value is (133,98,20). Sum of RGB (Red+Green+Blue) = 133+98+20=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #856214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856214 is #7A9DEB. Grayscale: #636363. Windows color (decimal): -8035820 or 1335941. OLE color: 1335941.

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

Color convert

RGB 133 98 20 -
CMYK 0 0.26 0.85 0.48
HSL 41.42º 0.74% 0.3% -
HSV(B) 41.42º 0.85% 0.52% -
XYZ 14.17 13.77 2.57 -
YUV 99.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 133 98 20 0 0.26 0.85 0.48 41.42 0.74 0.3
Hex 85 62 14 0 1A 55 30 29 4A 1E
Octal 205 142 24 0 32 125 60 51 112 36
Binary 10000101 1100010 10100 0 11010 1010101 110000 101001 1001010 11110

Color Harmonies of #856214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856214

Black with #856214

Text Example


Text Example

White with #856214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856214; }

 p { color: rgb(133,98,20); }

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

background-color css

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

 a { background-color: rgb(133,98,20); }

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

border-color css

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

 span { border-color: rgb(133,98,20); }

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