Html Css Color HEX #857313 Yukon Gold

📋 copy color: '#857313'

red 133 ◦ green 115 ◦ blue 19

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

Shades of Yukon Gold #857313

Tints of Yukon Gold #857313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.07%

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 49.81%
G = 43.07%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#857313 (or 0x857313) is known color: Yukon Gold. HEX triplet: 85, 73 and 13. RGB value is (133,115,19). Sum of RGB (Red+Green+Blue) = 133+115+19=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #857313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857313 is #7A8CEC. Grayscale: #6D6D6D. Windows color (decimal): -8031469 or 1274757. OLE color: 1274757.

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

Color convert

RGB 133 115 19 -
CMYK 0 0.14 0.86 0.48
HSL 50.53º 0.75% 0.3% -
HSV(B) 50.53º 0.86% 0.52% -
XYZ 15.92 17.3 3.12 -
YUV 109.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 133 115 19 0 0.14 0.86 0.48 50.53 0.75 0.3
Hex 85 73 13 0 E 56 30 33 4B 1E
Octal 205 163 23 0 16 126 60 63 113 36
Binary 10000101 1110011 10011 0 1110 1010110 110000 110011 1001011 11110

Color Harmonies of #857313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857313

Black with #857313

Text Example


Text Example

White with #857313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857313; }

 p { color: rgb(133,115,19); }

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

background-color css

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

 a { background-color: rgb(133,115,19); }

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

border-color css

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

 span { border-color: rgb(133,115,19); }

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