Html Css Color HEX #857010 Yukon Gold

📋 copy color: '#857010'

red 133 ◦ green 112 ◦ blue 16

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

Shades of Yukon Gold #857010

Tints of Yukon Gold #857010

RGB

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

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

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

R = 50.96%
G = 42.91%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#857010 (or 0x857010) is known color: Yukon Gold. HEX triplet: 85, 70 and 10. RGB value is (133,112,16). Sum of RGB (Red+Green+Blue) = 133+112+16=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #857010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857010 is #7A8FEF. Grayscale: #6B6B6B. Windows color (decimal): -8032240 or 1077381. OLE color: 1077381.

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

Color convert

RGB 133 112 16 -
CMYK 0 0.16 0.88 0.48
HSL 49.23º 0.79% 0.29% -
HSV(B) 49.23º 0.88% 0.52% -
XYZ 15.56 16.61 2.88 -
YUV 107.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 133 112 16 0 0.16 0.88 0.48 49.23 0.79 0.29
Hex 85 70 10 0 10 58 30 31 4F 1D
Octal 205 160 20 0 20 130 60 61 117 35
Binary 10000101 1110000 10000 0 10000 1011000 110000 110001 1001111 11101

Color Harmonies of #857010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857010

Black with #857010

Text Example


Text Example

White with #857010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857010; }

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

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

background-color css

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

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

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

border-color css

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

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

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