Html Css Color HEX #857113 Yukon Gold

📋 copy color: '#857113'

red 133 ◦ green 113 ◦ blue 19

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

Shades of Yukon Gold #857113

Tints of Yukon Gold #857113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

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

R = 50.19%
G = 42.64%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#857113 (or 0x857113) is known color: Yukon Gold. HEX triplet: 85, 71 and 13. RGB value is (133,113,19). Sum of RGB (Red+Green+Blue) = 133+113+19=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #857113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857113 is #7A8EEC. Grayscale: #6C6C6C. Windows color (decimal): -8031981 or 1274245. OLE color: 1274245.

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

Color convert

RGB 133 113 19 -
CMYK 0 0.15 0.86 0.48
HSL 49.47º 0.75% 0.3% -
HSV(B) 49.47º 0.86% 0.52% -
XYZ 15.7 16.84 3.04 -
YUV 108.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 133 113 19 0 0.15 0.86 0.48 49.47 0.75 0.3
Hex 85 71 13 0 F 56 30 31 4B 1E
Octal 205 161 23 0 17 126 60 61 113 36
Binary 10000101 1110001 10011 0 1111 1010110 110000 110001 1001011 11110

Color Harmonies of #857113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857113

Black with #857113

Text Example


Text Example

White with #857113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857113; }

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

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

background-color css

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

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

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

border-color css

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

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

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