Html Css Color HEX #857515 Yukon Gold

📋 copy color: '#857515'

red 133 ◦ green 117 ◦ blue 21

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

Shades of Yukon Gold #857515

Tints of Yukon Gold #857515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

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

R = 49.08%
G = 43.17%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#857515 (or 0x857515) is known color: Yukon Gold. HEX triplet: 85, 75 and 15. RGB value is (133,117,21). Sum of RGB (Red+Green+Blue) = 133+117+21=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #857515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857515 is #7A8AEA. Grayscale: #6F6F6F. Windows color (decimal): -8030955 or 1406341. OLE color: 1406341.

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

Color convert

RGB 133 117 21 -
CMYK 0 0.12 0.84 0.48
HSL 51.43º 0.73% 0.3% -
HSV(B) 51.43º 0.84% 0.52% -
XYZ 16.17 17.76 3.29 -
YUV 110.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 133 117 21 0 0.12 0.84 0.48 51.43 0.73 0.3
Hex 85 75 15 0 C 54 30 33 49 1E
Octal 205 165 25 0 14 124 60 63 111 36
Binary 10000101 1110101 10101 0 1100 1010100 110000 110011 1001001 11110

Color Harmonies of #857515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857515

Black with #857515

Text Example


Text Example

White with #857515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857515; }

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

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

background-color css

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

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

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

border-color css

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

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

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