Html Css Color HEX #856514 Yukon Gold

📋 copy color: '#856514'

red 133 ◦ green 101 ◦ blue 20

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

Shades of Yukon Gold #856514

Tints of Yukon Gold #856514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

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

R = 52.36%
G = 39.76%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#856514 (or 0x856514) is known color: Yukon Gold. HEX triplet: 85, 65 and 14. RGB value is (133,101,20). Sum of RGB (Red+Green+Blue) = 133+101+20=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #856514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856514 is #7A9AEB. Grayscale: #656565. Windows color (decimal): -8035052 or 1336709. OLE color: 1336709.

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

Color convert

RGB 133 101 20 -
CMYK 0 0.24 0.85 0.48
HSL 43.01º 0.74% 0.3% -
HSV(B) 43.01º 0.85% 0.52% -
XYZ 14.45 14.34 2.67 -
YUV 101.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 133 101 20 0 0.24 0.85 0.48 43.01 0.74 0.3
Hex 85 65 14 0 18 55 30 2B 4A 1E
Octal 205 145 24 0 30 125 60 53 112 36
Binary 10000101 1100101 10100 0 11000 1010101 110000 101011 1001010 11110

Color Harmonies of #856514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856514

Black with #856514

Text Example


Text Example

White with #856514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856514; }

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

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

background-color css

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

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

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

border-color css

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

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

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