Html Css Color HEX #857013 Yukon Gold

📋 copy color: '#857013'

red 133 ◦ green 112 ◦ blue 19

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

Shades of Yukon Gold #857013

Tints of Yukon Gold #857013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.42%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 50.38%
G = 42.42%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#857013 (or 0x857013) is known color: Yukon Gold. HEX triplet: 85, 70 and 13. RGB value is (133,112,19). Sum of RGB (Red+Green+Blue) = 133+112+19=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #857013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857013 is #7A8FEC. Grayscale: #6C6C6C. Windows color (decimal): -8032237 or 1273989. OLE color: 1273989.

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

Color convert

RGB 133 112 19 -
CMYK 0 0.16 0.86 0.48
HSL 48.95º 0.75% 0.3% -
HSV(B) 48.95º 0.86% 0.52% -
XYZ 15.58 16.62 3 -
YUV 107.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 133 112 19 0 0.16 0.86 0.48 48.95 0.75 0.3
Hex 85 70 13 0 10 56 30 31 4B 1E
Octal 205 160 23 0 20 126 60 61 113 36
Binary 10000101 1110000 10011 0 10000 1010110 110000 110001 1001011 11110

Color Harmonies of #857013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857013

Black with #857013

Text Example


Text Example

White with #857013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857013; }

 p { color: rgb(133,112,19); }

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

background-color css

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

 a { background-color: rgb(133,112,19); }

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

border-color css

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

 span { border-color: rgb(133,112,19); }

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