Html Css Color HEX #857110 Yukon Gold

📋 copy color: '#857110'

red 133 ◦ green 113 ◦ blue 16

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

Shades of Yukon Gold #857110

Tints of Yukon Gold #857110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 50.76%
G = 43.13%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#857110 (or 0x857110) is known color: Yukon Gold. HEX triplet: 85, 71 and 10. RGB value is (133,113,16). Sum of RGB (Red+Green+Blue) = 133+113+16=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #857110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857110 is #7A8EEF. Grayscale: #6C6C6C. Windows color (decimal): -8031984 or 1077637. OLE color: 1077637.

HSL color Cylindrical-coordinate representation of color #857110: hue angle of 49.74º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #857110 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 16 -
CMYK 0 0.15 0.88 0.48
HSL 49.74º 0.79% 0.29% -
HSV(B) 49.74º 0.88% 0.52% -
XYZ 15.67 16.83 2.91 -
YUV 107.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 133 113 16 0 0.15 0.88 0.48 49.74 0.79 0.29
Hex 85 71 10 0 F 58 30 32 4F 1D
Octal 205 161 20 0 17 130 60 62 117 35
Binary 10000101 1110001 10000 0 1111 1011000 110000 110010 1001111 11101

Color Harmonies of #857110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857110

Black with #857110

Text Example


Text Example

White with #857110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857110; }

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

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

background-color css

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

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

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

border-color css

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

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

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