Html Css Color HEX #857015 Yukon Gold

📋 copy color: '#857015'

red 133 ◦ green 112 ◦ blue 21

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

Shades of Yukon Gold #857015

Tints of Yukon Gold #857015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 50%
G = 42.11%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#857015 (or 0x857015) is known color: Yukon Gold. HEX triplet: 85, 70 and 15. RGB value is (133,112,21). Sum of RGB (Red+Green+Blue) = 133+112+21=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #857015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857015 is #7A8FEA. Grayscale: #6C6C6C. Windows color (decimal): -8032235 or 1405061. OLE color: 1405061.

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

Color convert

RGB 133 112 21 -
CMYK 0 0.16 0.84 0.48
HSL 48.75º 0.73% 0.3% -
HSV(B) 48.75º 0.84% 0.52% -
XYZ 15.6 16.63 3.1 -
YUV 107.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 133 112 21 0 0.16 0.84 0.48 48.75 0.73 0.3
Hex 85 70 15 0 10 54 30 31 49 1E
Octal 205 160 25 0 20 124 60 61 111 36
Binary 10000101 1110000 10101 0 10000 1010100 110000 110001 1001001 11110

Color Harmonies of #857015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857015

Black with #857015

Text Example


Text Example

White with #857015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857015; }

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

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

background-color css

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

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

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

border-color css

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

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

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