Html Css Color HEX #856714 Yukon Gold

📋 copy color: '#856714'

red 133 ◦ green 103 ◦ blue 20

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

Shades of Yukon Gold #856714

Tints of Yukon Gold #856714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.23%

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

R = 51.95%
G = 40.23%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#856714 (or 0x856714) is known color: Yukon Gold. HEX triplet: 85, 67 and 14. RGB value is (133,103,20). Sum of RGB (Red+Green+Blue) = 133+103+20=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #856714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856714 is #7A98EB. Grayscale: #666666. Windows color (decimal): -8034540 or 1337221. OLE color: 1337221.

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

Color convert

RGB 133 103 20 -
CMYK 0 0.23 0.85 0.48
HSL 44.07º 0.74% 0.3% -
HSV(B) 44.07º 0.85% 0.52% -
XYZ 14.65 14.74 2.73 -
YUV 102.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 133 103 20 0 0.23 0.85 0.48 44.07 0.74 0.3
Hex 85 67 14 0 17 55 30 2C 4A 1E
Octal 205 147 24 0 27 125 60 54 112 36
Binary 10000101 1100111 10100 0 10111 1010101 110000 101100 1001010 11110

Color Harmonies of #856714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856714

Black with #856714

Text Example


Text Example

White with #856714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856714; }

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

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

background-color css

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

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

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

border-color css

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

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

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