Html Css Color HEX #857415 Yukon Gold

📋 copy color: '#857415'

red 133 ◦ green 116 ◦ blue 21

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

Shades of Yukon Gold #857415

Tints of Yukon Gold #857415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.96%

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

R = 49.26%
G = 42.96%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#857415 (or 0x857415) is known color: Yukon Gold. HEX triplet: 85, 74 and 15. RGB value is (133,116,21). Sum of RGB (Red+Green+Blue) = 133+116+21=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #857415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857415 is #7A8BEA. Grayscale: #6E6E6E. Windows color (decimal): -8031211 or 1406085. OLE color: 1406085.

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

Color convert

RGB 133 116 21 -
CMYK 0 0.13 0.84 0.48
HSL 50.89º 0.73% 0.3% -
HSV(B) 50.89º 0.84% 0.52% -
XYZ 16.05 17.53 3.25 -
YUV 110.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 133 116 21 0 0.13 0.84 0.48 50.89 0.73 0.3
Hex 85 74 15 0 D 54 30 33 49 1E
Octal 205 164 25 0 15 124 60 63 111 36
Binary 10000101 1110100 10101 0 1101 1010100 110000 110011 1001001 11110

Color Harmonies of #857415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857415

Black with #857415

Text Example


Text Example

White with #857415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857415; }

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

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

background-color css

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

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

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

border-color css

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

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

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